diff options
Diffstat (limited to 'clang/test/Analysis/malloc-protoype.c')
-rw-r--r-- | clang/test/Analysis/malloc-protoype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/malloc-protoype.c b/clang/test/Analysis/malloc-protoype.c index 0b8c0f9f28d..f056f0f2855 100644 --- a/clang/test/Analysis/malloc-protoype.c +++ b/clang/test/Analysis/malloc-protoype.c @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -w -analyzer-checker=core,unix.Malloc -verify %s +// RUN: %clang_cc1 -w -analyze -analyzer-checker=core,unix.Malloc -verify %s // expected-no-diagnostics // Test that strange prototypes doesn't crash the analyzer |