diff options
Diffstat (limited to 'clang/test/Analysis/plist-output.m')
-rw-r--r-- | clang/test/Analysis/plist-output.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/plist-output.m b/clang/test/Analysis/plist-output.m index 224f5194765..e08ccc43dec 100644 --- a/clang/test/Analysis/plist-output.m +++ b/clang/test/Analysis/plist-output.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-output=plist -o - %s | FileCheck %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-output=plist -o - %s | FileCheck %s // XFAIL: * void test_null_init(void) { |