We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c6d5f commit 59ca9c3Copy full SHA for 59ca9c3
libcxx/test/libcxx/headers_in_modulemap.sh.py
@@ -4,7 +4,7 @@
4
sys.path.append(sys.argv[1])
5
from libcxx.header_information import all_headers, libcxx_include
6
7
-with open(libcxx_include / "module.modulemap") as f:
+with open(libcxx_include / "module.modulemap.in") as f:
8
modulemap = f.read()
9
10
isHeaderMissing = False
0 commit comments