diff options
Diffstat (limited to 'tests/integration/watcher_tests.rs')
-rw-r--r-- | tests/integration/watcher_tests.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/integration/watcher_tests.rs b/tests/integration/watcher_tests.rs index 91ac5611f..2590e79d6 100644 --- a/tests/integration/watcher_tests.rs +++ b/tests/integration/watcher_tests.rs @@ -499,7 +499,6 @@ async fn run_watch_no_dynamic() { .current_dir(t.path()) .arg("run") .arg("--watch") - .arg("--unstable") .arg("-L") .arg("debug") .arg(&file_to_watch) @@ -626,7 +625,6 @@ async fn run_watch_external_watch_files() { .arg(watch_arg) .arg("-L") .arg("debug") - .arg("--unstable") .arg(&file_to_watch) .env("NO_COLOR", "1") .piped_output() @@ -671,7 +669,6 @@ async fn run_watch_load_unload_events() { .current_dir(t.path()) .arg("run") .arg("--watch") - .arg("--unstable") .arg("-L") .arg("debug") .arg(&file_to_watch) @@ -723,7 +720,6 @@ async fn run_watch_not_exit() { .current_dir(t.path()) .arg("run") .arg("--watch") - .arg("--unstable") .arg("-L") .arg("debug") .arg(&file_to_watch) @@ -873,7 +869,6 @@ async fn test_watch_basic() { .current_dir(t.path()) .arg("test") .arg("--watch") - .arg("--unstable") .arg("--no-check") .arg(t.path()) .env("NO_COLOR", "1") @@ -1029,7 +1024,6 @@ async fn test_watch_doc() { .arg("test") .arg("--watch") .arg("--doc") - .arg("--unstable") .arg(t.path()) .env("NO_COLOR", "1") .piped_output() @@ -1407,7 +1401,6 @@ async fn run_watch_dynamic_imports() { .current_dir(t.path()) .arg("run") .arg("--watch") - .arg("--unstable") .arg("--allow-read") .arg("-L") .arg("debug") |