diff options
Diffstat (limited to 'clang/test/Analysis/crash-trace.c')
-rw-r--r-- | clang/test/Analysis/crash-trace.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/clang/test/Analysis/crash-trace.c b/clang/test/Analysis/crash-trace.c index ef1763ef97a..0c8c8cc6cb2 100644 --- a/clang/test/Analysis/crash-trace.c +++ b/clang/test/Analysis/crash-trace.c @@ -1,9 +1,8 @@ // RUN: not --crash %clang_analyze_cc1 -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s // REQUIRES: crash-recovery -// FIXME: CHECKs might be incompatible to win32. -// Stack traces also require back traces. -// REQUIRES: shell, backtrace +// Stack traces require back traces. +// REQUIRES: backtrace void clang_analyzer_crash(void); @@ -18,6 +17,6 @@ void test() { // CHECK: 0. Program arguments: {{.*}}clang // CHECK-NEXT: 1. <eof> parser at end of file // CHECK-NEXT: 2. While analyzing stack: -// CHECK-NEXT: #0 Calling inlined at line 15 +// CHECK-NEXT: #0 Calling inlined at line 14 // CHECK-NEXT: #1 Calling test // CHECK-NEXT: 3. {{.*}}crash-trace.c:{{[0-9]+}}:3: Error evaluating statement |