diff --git a/clang/test/Modules/crash-vfs-include-pch.m b/clang/test/Modules/crash-vfs-include-pch.m index 4c05a07d0f74d..9ca10020094b0 100644 --- a/clang/test/Modules/crash-vfs-include-pch.m +++ b/clang/test/Modules/crash-vfs-include-pch.m @@ -10,7 +10,7 @@ // RUN: env FORCE_CLANG_DIAGNOSTICS_CRASH= TMPDIR=%t TEMP=%t TMP=%t \ // RUN: not %clang %s -E -include-pch %t/out/pch-used.h.pch -fmodules -nostdlibinc \ -// RUN: -fimplicit-module-maps -fbuiltin-headers-in-system-modules \ +// RUN: -fimplicit-module-maps -Xclang -fbuiltin-headers-in-system-modules \ // RUN: -fmodules-cache-path=%t/cache -O0 -Xclang -fno-validate-pch \ // RUN: -isystem %S/Inputs/System/usr/include -o %t/output.E 2>&1 | FileCheck %s