Skip to content

Commit 442b06c

Browse files
Tal500Tal Hadad
authored andcommitted
temp check
1 parent 89377e6 commit 442b06c

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
@@ -106,7 +106,7 @@ def test_relative_header_4(record_property, tmpdir, use_short_path, is_sys, inv)
106106

107107
test_file = __test_relative_header_create_source(tmpdir, header_file, "test.h", is_include2_sys=is_sys, inv=inv)
108108

109-
args = [format_include_path_arg(test_subdir), test_file]
109+
args = [format_include_path_arg(pathlib.PurePath(test_subdir).as_posix()), "test.c"]# temp check
110110

111111
_, stdout, stderr = simplecpp(args, cwd=tmpdir)
112112
record_property("stdout", stdout)

0 commit comments

Comments
 (0)