summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/pch-depending-on-deleted-module.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/pch-depending-on-deleted-module.c')
-rw-r--r--clang/test/Index/pch-depending-on-deleted-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/pch-depending-on-deleted-module.c b/clang/test/Index/pch-depending-on-deleted-module.c
index a0fbaf559fc..8efa66a3237 100644
--- a/clang/test/Index/pch-depending-on-deleted-module.c
+++ b/clang/test/Index/pch-depending-on-deleted-module.c
@@ -9,6 +9,6 @@
// RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fdisable-module-hash -fmodules-cache-path=%t/modules-cache -I %S/Inputs/Headers -verify-pch %t/use_LibA.pch 2>&1 | FileCheck -check-prefix=VERIFY %s
// RUN: not c-index-test -test-load-source all -x c -fmodules -fimplicit-module-maps -Xclang -fdisable-module-hash -fmodules-cache-path=%t/modules-cache -I %S/Inputs/Headers -include-pch %t/use_LibA.pch %s 2>&1 | FileCheck -check-prefix=INDEX %s
-// VERIFY: fatal error: malformed or corrupted AST file: 'Unable to load module
+// VERIFY: fatal error: module file '{{.*}}LibA.pcm' not found
// INDEX: {{^}}Failure: AST deserialization error occurred{{$}}
OpenPOWER on IntegriCloud