Skip to content

Commit 4ed0b8d

Browse files
committed
newlines
1 parent 49fed2d commit 4ed0b8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cli/other_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3947,6 +3947,8 @@ def test_simplecpp_syntax_error(tmp_path):
39473947
# TODO: lacks column information
39483948
'{}:1:0: error: No header in #include [syntaxError]'.format(test_file),
39493949
'{}:1:0: error: No header in #include [syntaxError]'.format(test_file)
3950+
3951+
39503952
def test_max_configs(tmp_path):
39513953
test_file = tmp_path / 'test.cpp'
39523954
with open(test_file, "w") as f:

0 commit comments

Comments
 (0)