diff options
Diffstat (limited to 'clang/test/Parser/crash-report.c')
-rw-r--r-- | clang/test/Parser/crash-report.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Parser/crash-report.c b/clang/test/Parser/crash-report.c index 6ca10459d9a..ef65b88a06e 100644 --- a/clang/test/Parser/crash-report.c +++ b/clang/test/Parser/crash-report.c @@ -1,8 +1,9 @@ // RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s // REQUIRES: crash-recovery +// FIXME: CHECKs might be incompatible to win32. // Stack traces also require back traces. -// REQUIRES: backtrace +// REQUIRES: shell, backtrace #prag\ ma clang __debug crash |