aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/keychainAPI-diagnostic-visitor.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/keychainAPI-diagnostic-visitor.m')
-rw-r--r--test/Analysis/keychainAPI-diagnostic-visitor.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/keychainAPI-diagnostic-visitor.m b/test/Analysis/keychainAPI-diagnostic-visitor.m
index a78b114a00fb..d8da697a41e8 100644
--- a/test/Analysis/keychainAPI-diagnostic-visitor.m
+++ b/test/Analysis/keychainAPI-diagnostic-visitor.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=osx.SecKeychainAPI -analyzer-store=region -analyzer-output=text -verify %s
+// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin10 -analyzer-checker=osx.SecKeychainAPI -analyzer-store=region -analyzer-output=text -verify %s
// This file is for testing enhanced diagnostics produced by the default SecKeychainAPI checker.