diff options
Diffstat (limited to 'test/Analysis/identical-expressions.cpp')
-rw-r--r-- | test/Analysis/identical-expressions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/identical-expressions.cpp b/test/Analysis/identical-expressions.cpp index 138cd7ce9887c..8bb82372b534a 100644 --- a/test/Analysis/identical-expressions.cpp +++ b/test/Analysis/identical-expressions.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core.IdenticalExpr -w -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core.IdenticalExpr -w -verify %s /* Only one expected warning per function allowed at the very end. */ |