diff options
-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 |