diff options
Diffstat (limited to 'clang/test/Analysis/region-store.cpp')
-rw-r--r-- | clang/test/Analysis/region-store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/region-store.cpp b/clang/test/Analysis/region-store.cpp index 5ea5c3f82fd..cb49f4837d8 100644 --- a/clang/test/Analysis/region-store.cpp +++ b/clang/test/Analysis/region-store.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix -verify %s // expected-no-diagnostics class Loc { |