From: David Blaikie Date: Fri, 29 Jun 2012 23:16:06 +0000 (+0000) Subject: Unbreak the test from r159469. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2752292ae0de1c730a0208d34f975b22479a317;p=clang Unbreak the test from r159469. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159474 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/crash-report.c b/test/Driver/crash-report.c index 944581a103..9a693bf38e 100644 --- a/test/Driver/crash-report.c +++ b/test/Driver/crash-report.c @@ -3,4 +3,4 @@ #pragma clang __debug parser_crash // CHECK: Preprocessed source(s) and associated run script(s) are located at: -// CHECK-NEXT: clang-3: note: diagnostic msg: {{.*}}.c +// CHECK-NEXT: {{.*}}: note: diagnostic msg: {{.*}}.c