summaryrefslogtreecommitdiff
path: root/cli/tests/unstable.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-04-25 09:31:54 -0400
committerGitHub <noreply@github.com>2020-04-25 09:31:54 -0400
commit0c47cd67850e4c195212c8edfcb3a62b8435ed3a (patch)
treeb397da0f498e76e078b6b79365388b31f2bd97ba /cli/tests/unstable.js
parentb28e60ecaf5d48c36cb435361834f4884d9451c2 (diff)
introduce unstable flag, make a few things unstable (#4892)
Diffstat (limited to 'cli/tests/unstable.js')
-rw-r--r--cli/tests/unstable.js2
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");