diff options
Diffstat (limited to 'cli/tests/unstable.js')
-rw-r--r-- | cli/tests/unstable.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/unstable.js b/cli/tests/unstable.js new file mode 100644 index 000000000..e6f2274cd --- /dev/null +++ b/cli/tests/unstable.js @@ -0,0 +1,2 @@ +// This program should require the --unstable flag +Deno.openPlugin("foo"); |