Skip to content

Commit ed1fef4

Browse files
Update integration_test.py
1 parent 47f267c commit ed1fef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def test_define(record_property, tmpdir): # #589
507507
def test_utf16_bom(tmpdir):
508508
test_file = os.path.join(tmpdir, "test.cpp")
509509
with open(test_file, 'w') as f:
510-
f.write("\xFF\xFE\x00\x3B")
510+
f.write("\xFF\xFE\x3B\x00")
511511

512512
args = [test_file]
513513

0 commit comments

Comments
 (0)