summaryrefslogtreecommitdiff
path: root/test/Analysis/sizeofpointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/sizeofpointer.c')
-rw-r--r--test/Analysis/sizeofpointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/sizeofpointer.c b/test/Analysis/sizeofpointer.c
index a9e045b4af533..14ddbd1a8b107 100644
--- a/test/Analysis/sizeofpointer.c
+++ b/test/Analysis/sizeofpointer.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.core.SizeofPtr -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.core.SizeofPtr -verify %s
struct s {
};