diff options
Diffstat (limited to 'clang/test/Analysis/malloc-sizeof.cpp')
-rw-r--r-- | clang/test/Analysis/malloc-sizeof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/malloc-sizeof.cpp b/clang/test/Analysis/malloc-sizeof.cpp index 8589975f8fc..30227a9cbc8 100644 --- a/clang/test/Analysis/malloc-sizeof.cpp +++ b/clang/test/Analysis/malloc-sizeof.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=unix.MallocSizeof -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=unix.MallocSizeof -verify %s #include <stddef.h> |