aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/diagnostics/undef-value-caller.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/diagnostics/undef-value-caller.c')
-rw-r--r--test/Analysis/diagnostics/undef-value-caller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/diagnostics/undef-value-caller.c b/test/Analysis/diagnostics/undef-value-caller.c
index dc19e0a2b856..4f273bd9a72d 100644
--- a/test/Analysis/diagnostics/undef-value-caller.c
+++ b/test/Analysis/diagnostics/undef-value-caller.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=plist -analyzer-config path-diagnostics-alternate=false -o %t %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=plist -analyzer-config path-diagnostics-alternate=false -o %t %s
// RUN: FileCheck --input-file %t %s
#include "undef-value-callee.h"