From: Douglas Yung Date: Fri, 13 Sep 2019 22:12:27 +0000 (+0000) Subject: Make test check position independent as they sometimes come out reversed. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a59ef0d94f341652a6b9ebcceb08616dc9b0ed9c;p=clang Make test check position independent as they sometimes come out reversed. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371904 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/crash-recovery-modules.m b/test/Index/crash-recovery-modules.m index 85b39cf58d..82979f794b 100644 --- a/test/Index/crash-recovery-modules.m +++ b/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!