Skip to content

Commit 9f1932b

Browse files
[Tests] Fix clang/test/Modules/pch-in-module-units.cppm
rdar://133223951 (cherry picked from commit b912b48)
1 parent 6b75e8d commit 9f1932b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Modules/pch-in-module-units.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: split-file %s %t
77
//
88
// RUN: %clang_cc1 -std=c++20 -emit-reduced-module-interface %t/A.cppm \
9-
// RUN: -o %t/A.pcm -fskip-odr-check-in-gmf
9+
// RUN: -o %t/A.pcm -fskip-odr-check-in-gmf -fmodule-related-to-pch
1010
// RUN: %clang_cc1 -std=c++20 -DDIFF -x c++-header %t/foo.h \
1111
// RUN: -emit-pch -o %t/foo.pch -fskip-odr-check-in-gmf
1212
// RUN: %clang_cc1 -std=c++20 %t/B.cppm -fmodule-file=A=%t/A.pcm -include-pch \

0 commit comments

Comments
 (0)