diff options
Diffstat (limited to 'clang/test/Analysis/castexpr-callback.c')
-rw-r--r-- | clang/test/Analysis/castexpr-callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/castexpr-callback.c b/clang/test/Analysis/castexpr-callback.c index 3b46093db9a..73fa17a134a 100644 --- a/clang/test/Analysis/castexpr-callback.c +++ b/clang/test/Analysis/castexpr-callback.c @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=debug.AnalysisOrder -analyzer-config debug.AnalysisOrder:PreStmtCastExpr=true,debug.AnalysisOrder:PostStmtCastExpr=true %s 2>&1 | FileCheck %s +// RUN: %clang_cc1 -analyze -analyzer-checker=debug.AnalysisOrder -analyzer-config debug.AnalysisOrder:PreStmtCastExpr=true,debug.AnalysisOrder:PostStmtCastExpr=true %s 2>&1 | FileCheck %s void test(char c) { int i = (int)c; |