Skip to content

Commit be86a01

Browse files
ldionneian-twilightcoder
authored andcommitted
Fix test
1 parent 36b1a9a commit be86a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/headers_in_modulemap.sh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sys.path.append(sys.argv[1])
55
from libcxx.header_information import all_headers, libcxx_include
66

7-
with open(libcxx_include / "module.modulemap") as f:
7+
with open(libcxx_include / "module.modulemap.in") as f:
88
modulemap = f.read()
99

1010
isHeaderMissing = False

0 commit comments

Comments
 (0)