summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/watcher_tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/watcher_tests.rs b/tests/integration/watcher_tests.rs
index 6203a62d9..9685d7ae8 100644
--- a/tests/integration/watcher_tests.rs
+++ b/tests/integration/watcher_tests.rs
@@ -323,7 +323,6 @@ async fn lint_all_files_on_each_change_test() {
.arg("lint")
.arg(t.path())
.arg("--watch")
- .arg("--unstable")
.piped_output()
.spawn()
.unwrap();
@@ -470,7 +469,6 @@ async fn fmt_check_all_files_on_each_change_test() {
.arg(t.path())
.arg("--watch")
.arg("--check")
- .arg("--unstable")
.piped_output()
.spawn()
.unwrap();