Skip to content

Commit 59ca9c3

Browse files
ldionnevar-const
authored andcommitted
Fix test
1 parent a9c6d5f commit 59ca9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/headers_in_modulemap.sh.py

+1-1
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)