diff options
Diffstat (limited to 'cli/tests/testdata/compile/args.ts')
-rw-r--r-- | cli/tests/testdata/compile/args.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/compile/args.ts b/cli/tests/testdata/compile/args.ts deleted file mode 100644 index ec41d52f9..000000000 --- a/cli/tests/testdata/compile/args.ts +++ /dev/null @@ -1,3 +0,0 @@ -Deno.args.forEach((arg) => { - console.log(arg); -}); |