diff options
Diffstat (limited to 'test/Analysis/div-zero.cpp')
-rw-r--r-- | test/Analysis/div-zero.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/div-zero.cpp b/test/Analysis/div-zero.cpp index d1261dc57335e..063450d8883b0 100644 --- a/test/Analysis/div-zero.cpp +++ b/test/Analysis/div-zero.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core.DivideZero -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core.DivideZero -verify %s int fooPR10616 (int qX ) { int a, c, d; |