aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/std-c-library-functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/std-c-library-functions.cpp')
-rw-r--r--test/Analysis/std-c-library-functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/std-c-library-functions.cpp b/test/Analysis/std-c-library-functions.cpp
index e6ac66bc81a3..00b341af5f92 100644
--- a/test/Analysis/std-c-library-functions.cpp
+++ b/test/Analysis/std-c-library-functions.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-unknown-linux -analyze -analyzer-checker=unix.StdCLibraryFunctions,debug.ExprInspection -verify %s
+// RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux -analyzer-checker=unix.StdCLibraryFunctions,debug.ExprInspection -verify %s
// Test that we don't model functions with broken prototypes.
// Because they probably work differently as well.