summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/inline_js_source_map.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/inline_js_source_map.ts')
-rw-r--r--cli/tests/testdata/run/inline_js_source_map.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/testdata/run/inline_js_source_map.ts b/cli/tests/testdata/run/inline_js_source_map.ts
deleted file mode 100644
index 5ae7c226a..000000000
--- a/cli/tests/testdata/run/inline_js_source_map.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-1 + 1;
-interface Test {
- hello: string;
-}
-
-// throw new Error("Hello world!" as string);