Skip to content

Commit 8607b93

Browse files
committed
Make test check position independent as they sometimes come out reversed. NFCI.
llvm-svn: 371904
1 parent ee30b0e commit 8607b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Index/crash-recovery-modules.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ void test() {
3131
// ...and with module building successful.
3232
// 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
3333
// 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!
34+
// CHECK-LIBCLANG-CRASH-DAG: libclang: crash detected during parsing
35+
// CHECK-LIBCLANG-CRASH-DAG: Unable to load translation unit!

0 commit comments

Comments
 (0)