aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/nonnull.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/nonnull.m')
-rw-r--r--test/Analysis/nonnull.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/nonnull.m b/test/Analysis/nonnull.m
index c21360ded8d1..6db7cfaf4917 100644
--- a/test/Analysis/nonnull.m
+++ b/test/Analysis/nonnull.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core -w -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core -w -verify %s
@interface MyObject
- (void)takePointer:(void *)ptr __attribute__((nonnull(1)));