Skip to content

Commit c826c07

Browse files
[Test] Update clang/test/Modules/crash-vfs-include-pch.m (llvm#102080)
Avoid the driver error for mis-using a clang cc1 flag as driver flag in the crash test.
1 parent 1119a08 commit c826c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Modules/crash-vfs-include-pch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// RUN: env FORCE_CLANG_DIAGNOSTICS_CRASH= TMPDIR=%t TEMP=%t TMP=%t \
1212
// RUN: not %clang %s -E -include-pch %t/out/pch-used.h.pch -fmodules -nostdlibinc \
13-
// RUN: -fimplicit-module-maps -fbuiltin-headers-in-system-modules \
13+
// RUN: -fimplicit-module-maps -Xclang -fbuiltin-headers-in-system-modules \
1414
// RUN: -fmodules-cache-path=%t/cache -O0 -Xclang -fno-validate-pch \
1515
// RUN: -isystem %S/Inputs/System/usr/include -o %t/output.E 2>&1 | FileCheck %s
1616

0 commit comments

Comments
 (0)