Skip to content

Commit a29236d

Browse files
committed
comment
1 parent 870609e commit a29236d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@ def test_incpath_dir(record_property, tmpdir):
449449

450450

451451
def test_include_header_twice(tmpdir):
452+
""" Issue #581 - Failure when header is included twice with different
453+
macros defined"""
454+
452455
header_file = tmpdir / 'test.h'
453456
with open(header_file, 'wt') as f:
454457
f.write(f"""

0 commit comments

Comments
 (0)