summaryrefslogtreecommitdiff
path: root/test/Analysis/crash-trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/crash-trace.c')
-rw-r--r--test/Analysis/crash-trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/crash-trace.c b/test/Analysis/crash-trace.c
index bac74476ed9f..b79dd02e6b43 100644
--- a/test/Analysis/crash-trace.c
+++ b/test/Analysis/crash-trace.c
@@ -1,4 +1,4 @@
-// RUN: not --crash %clang_cc1 -analyze -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
+// 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.