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 /cli/tests/integration/fmt_tests.rs | |
parent | 3f8c3b856809de5682b47845976869bcf4067293 (diff) |
tests: remove 'fmt_check_tests_dir' test (#12875)
Diffstat (limited to 'cli/tests/integration/fmt_tests.rs')
-rw-r--r-- | cli/tests/integration/fmt_tests.rs | 6 |
1 files changed, 0 insertions, 6 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(""), |