diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-06-29 23:16:06 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-06-29 23:16:06 +0000 |
commit | a2752292ae0de1c730a0208d34f975b22479a317 (patch) | |
tree | 081dafda49d5361464f97bcb7affdf28371c782c | |
parent | 648e7630008aac5caa591bcc6d0f77b9594b85fd (diff) |
Unbreak the test from r159469.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159474 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/crash-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |