aboutsummaryrefslogtreecommitdiff
path: root/test/tests/amd-module-bom.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/amd-module-bom.js')
-rw-r--r--test/tests/amd-module-bom.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/tests/amd-module-bom.js b/test/tests/amd-module-bom.js
deleted file mode 100644
index 0f3de0b7f..000000000
--- a/test/tests/amd-module-bom.js
+++ /dev/null
@@ -1,4 +0,0 @@
-define([], function () {
- // file starts with a byte order mark (BOM)
- return { amd: true };
-});