We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee30b0e commit 8607b93Copy full SHA for 8607b93
clang/test/Index/crash-recovery-modules.m
@@ -31,5 +31,5 @@ void test() {
31
// ...and with module building successful.
32
// 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
33
// RUN: FileCheck < %t.err -check-prefix=CHECK-LIBCLANG-CRASH %s
34
-// CHECK-LIBCLANG-CRASH: libclang: crash detected during parsing
35
-// 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!
0 commit comments