summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compile/standalone_runtime_flags.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/compile/standalone_runtime_flags.ts')
-rw-r--r--cli/tests/testdata/compile/standalone_runtime_flags.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/compile/standalone_runtime_flags.ts b/cli/tests/testdata/compile/standalone_runtime_flags.ts
deleted file mode 100644
index 0154c7f4e..000000000
--- a/cli/tests/testdata/compile/standalone_runtime_flags.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-console.log(Math.random());
-await Deno.stat(".");
-await Deno.create("foo.txt");