Skip to content

Commit 863531f

Browse files
committed
[clang][modules] Fix pch-shared-module.c test
1 parent 5602ec9 commit 863531f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Modules/pch-shared-module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// rm -rf %t && mkdir %t
22

3-
// RUN: %clang_cc1 -fmodules -emit-module -fmodule-name=mod %S/Inputs/pch-shared-module/module.modulemap -o %t/mod.pcm
3+
// RUN: %clang_cc1 -fmodules -emit-module -fmodule-related-to-pch -fmodule-name=mod %S/Inputs/pch-shared-module/module.modulemap -o %t/mod.pcm
44

55
// RUN: %clang_cc1 -fmodules -emit-pch %S/Inputs/pch-shared-module/pch.h -o %t/pch.h.gch \
66
// RUN: -fmodule-file=%t/mod.pcm -fmodule-map-file=%S/Inputs/pch-shared-module/module.modulemap

0 commit comments

Comments
 (0)