summaryrefslogtreecommitdiff
path: root/tests/testdata/run/byte_order_mark.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/byte_order_mark.ts')
-rw-r--r--tests/testdata/run/byte_order_mark.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdata/run/byte_order_mark.ts b/tests/testdata/run/byte_order_mark.ts
deleted file mode 100644
index 40eb23c1d..000000000
--- a/tests/testdata/run/byte_order_mark.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-import "./001_hello.js";
-// Note this file starts with special byte order mark <U+FEFF>
-// it's important that this file is a .ts typescript file which is passed to
-// deno through `--no-check` mode.