diff options
Diffstat (limited to 'clang/test/Analysis/override-werror.c')
-rw-r--r-- | clang/test/Analysis/override-werror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/override-werror.c b/clang/test/Analysis/override-werror.c index a68ee1ed0a3..7dc09f51862 100644 --- a/clang/test/Analysis/override-werror.c +++ b/clang/test/Analysis/override-werror.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -Werror %s -analyzer-store=region -verify +// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core -Werror %s -analyzer-store=region -verify // This test case illustrates that using '-analyze' overrides the effect of // -Werror. This allows basic warnings not to interfere with producing |