summaryrefslogtreecommitdiff
path: root/cli/tests/std_tests.rs
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/std_tests.rs
parentb28e60ecaf5d48c36cb435361834f4884d9451c2 (diff)
introduce unstable flag, make a few things unstable (#4892)
Diffstat (limited to 'cli/tests/std_tests.rs')
-rw-r--r--cli/tests/std_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/std_tests.rs b/cli/tests/std_tests.rs
index 32906c2fa..f5b1f1998 100644
--- a/cli/tests/std_tests.rs
+++ b/cli/tests/std_tests.rs
@@ -18,6 +18,7 @@ mod tests {
let mut deno = deno_cmd
.current_dir(cwd) // note: std tests expect to run from "std" dir
.arg("test")
+ .arg("--unstable")
.arg("--seed=86") // Some tests rely on specific random numbers.
.arg("-A")
// .arg("-Ldebug")