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