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