Skip to content

Commit

Permalink
Update test-other.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Sep 12, 2023
1 parent 85d8445 commit c844926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/test-other.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_slow_long_line(tmpdir):
# simplecpp #314
filename = os.path.join(tmpdir, 'hang.c')
with open(filename, 'wt') as f:
f.write("#define A() static const int a[] = {\n\\")
f.write("#define A() static const int a[] = {\\\n")
for i in range(20000):
f.write(" -123, 456, -789,\\\n")
f.write("};\n")
Expand Down

0 comments on commit c844926

Please sign in to comment.