We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11f1e5 commit 919ddf4Copy full SHA for 919ddf4
tests/test_clang_format.py
@@ -51,4 +51,3 @@ def test_run_clang_format_dry_run(args, expected_retval, tmp_path):
51
test_file = tmp_path / "main.c"
52
ret, output = run_clang_format(['--dry-run', str(test_file)])
53
assert ret == -1 # Dry run should not fail
54
- assert "No changes made" in output # Assuming clang-format outputs this for no changes
0 commit comments