diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-11-23 18:36:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 18:36:13 +0100 |
commit | d2c53e7f10086109dc49785a9dbc36023c28b577 (patch) | |
tree | b70acfbf73b00da17115f0d296f7407ed16c428a | |
parent | 3f8c3b856809de5682b47845976869bcf4067293 (diff) |
tests: remove 'fmt_check_tests_dir' test (#12875)
-rw-r--r-- | cli/tests/integration/fmt_tests.rs | 6 | ||||
-rw-r--r-- | cli/tests/testdata/fmt/expected_fmt_check_tests_dir.out | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/cli/tests/integration/fmt_tests.rs b/cli/tests/integration/fmt_tests.rs index 304625348..65a248a45 100644 --- a/cli/tests/integration/fmt_tests.rs +++ b/cli/tests/integration/fmt_tests.rs @@ -128,12 +128,6 @@ fn fmt_ignore_unexplicit_files() { ); } -itest!(fmt_check_tests_dir { - args: "fmt --check ./ --ignore=.test_coverage,fmt/fmt_with_config/,test/markdown_windows.md", - output: "fmt/expected_fmt_check_tests_dir.out", - exit_code: 1, -}); - itest!(fmt_quiet_check_fmt_dir { args: "fmt --check --quiet fmt/regular/", output_str: Some(""), diff --git a/cli/tests/testdata/fmt/expected_fmt_check_tests_dir.out b/cli/tests/testdata/fmt/expected_fmt_check_tests_dir.out deleted file mode 100644 index e2dc2b4ae..000000000 --- a/cli/tests/testdata/fmt/expected_fmt_check_tests_dir.out +++ /dev/null @@ -1,2 +0,0 @@ -[WILDCARD] -error: Found 6 not formatted files in [WILDCARD] files |