diff options
Diffstat (limited to 'clang/test/Analysis/ObjCProperties.m')
-rw-r--r-- | clang/test/Analysis/ObjCProperties.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/ObjCProperties.m b/clang/test/Analysis/ObjCProperties.m index 53b919b729b..1712feff5b7 100644 --- a/clang/test/Analysis/ObjCProperties.m +++ b/clang/test/Analysis/ObjCProperties.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -analyzer-constraints=range -Wno-objc-root-class %s -verify +// expected-no-diagnostics // The point of this test cases is to exercise properties in the static // analyzer |