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 49fed2d commit 4ed0b8dCopy full SHA for 4ed0b8d
test/cli/other_test.py
@@ -3947,6 +3947,8 @@ def test_simplecpp_syntax_error(tmp_path):
3947
# TODO: lacks column information
3948
'{}:1:0: error: No header in #include [syntaxError]'.format(test_file),
3949
'{}:1:0: error: No header in #include [syntaxError]'.format(test_file)
3950
+
3951
3952
def test_max_configs(tmp_path):
3953
test_file = tmp_path / 'test.cpp'
3954
with open(test_file, "w") as f:
0 commit comments