aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/index-type.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/index-type.c')
-rw-r--r--test/Analysis/index-type.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/index-type.c b/test/Analysis/index-type.c
index fc638dfe7417..b86913b996f6 100644
--- a/test/Analysis/index-type.c
+++ b/test/Analysis/index-type.c
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,alpha.security.ArrayBoundV2 -verify %s
-// RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,alpha.security.ArrayBoundV2 -DM32 -verify %s
+// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin10 -analyzer-checker=core,alpha.security.ArrayBoundV2 -verify %s
+// RUN: %clang_analyze_cc1 -triple i386-apple-darwin10 -analyzer-checker=core,alpha.security.ArrayBoundV2 -DM32 -verify %s
// expected-no-diagnostics
#define UINT_MAX (~0u)