summaryrefslogtreecommitdiff
path: root/cli/tests/integration/lint_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/lint_tests.rs')
-rw-r--r--cli/tests/integration/lint_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/lint_tests.rs b/cli/tests/integration/lint_tests.rs
index e131df713..b266fb5b7 100644
--- a/cli/tests/integration/lint_tests.rs
+++ b/cli/tests/integration/lint_tests.rs
@@ -4,7 +4,7 @@ use test_util::assert_contains;
use test_util::TestContextBuilder;
itest!(ignore_unexplicit_files {
- args: "lint --unstable --ignore=./",
+ args: "lint --ignore=./",
output_str: Some("error: No target files found.\n"),
exit_code: 1,
});