diff options
Diffstat (limited to 'clang/test/Analysis/exceptions.mm')
-rw-r--r-- | clang/test/Analysis/exceptions.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/exceptions.mm b/clang/test/Analysis/exceptions.mm index 0e776373b62..dab1b5e8c9c 100644 --- a/clang/test/Analysis/exceptions.mm +++ b/clang/test/Analysis/exceptions.mm @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -fexceptions -fobjc-exceptions -fcxx-exceptions -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s +// RUN: %clang_cc1 -analyze -fexceptions -fobjc-exceptions -fcxx-exceptions -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s void clang_analyzer_checkInlined(bool); |