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