summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/swc_syntax_error.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/swc_syntax_error.ts')
-rw-r--r--cli/tests/testdata/run/swc_syntax_error.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/run/swc_syntax_error.ts b/cli/tests/testdata/run/swc_syntax_error.ts
deleted file mode 100644
index 991ca9214..000000000
--- a/cli/tests/testdata/run/swc_syntax_error.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-// deno-fmt-ignore-file
-for await (const req of s) {
- let something:
-}