diff options
-rw-r--r-- | clang/test/Index/crash-recovery-modules.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/crash-recovery-modules.m b/clang/test/Index/crash-recovery-modules.m index 85b39cf58df..82979f794be 100644 --- a/clang/test/Index/crash-recovery-modules.m +++ b/clang/test/Index/crash-recovery-modules.m @@ -31,5 +31,5 @@ void test() { // ...and with module building successful. // RUN: env CINDEXTEST_FAILONERROR=1 not c-index-test -test-load-source all -fmodules -fmodules-cache-path=%t -Xclang -fdisable-module-hash -I %S/Inputs/Headers -DLIBCLANG_CRASH %s > /dev/null 2> %t.err // RUN: FileCheck < %t.err -check-prefix=CHECK-LIBCLANG-CRASH %s -// CHECK-LIBCLANG-CRASH: libclang: crash detected during parsing -// CHECK-LIBCLANG-CRASH: Unable to load translation unit! +// CHECK-LIBCLANG-CRASH-DAG: libclang: crash detected during parsing +// CHECK-LIBCLANG-CRASH-DAG: Unable to load translation unit! |