diff options
Diffstat (limited to 'clang/test/Parser/crash-report.c')
| -rw-r--r-- | clang/test/Parser/crash-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/crash-report.c b/clang/test/Parser/crash-report.c index d3d142929b4..6f3706299d1 100644 --- a/clang/test/Parser/crash-report.c +++ b/clang/test/Parser/crash-report.c @@ -1,4 +1,4 @@ -// RUN: not %clang_cc1 %s 2>&1 | FileCheck %s +// RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s // REQUIRES: crash-recovery #prag\ |

