diff options
Diffstat (limited to 'test/SemaObjC/property-dot-receiver.m')
-rw-r--r-- | test/SemaObjC/property-dot-receiver.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/property-dot-receiver.m b/test/SemaObjC/property-dot-receiver.m index c5a928b4e8..4a5f1959dc 100644 --- a/test/SemaObjC/property-dot-receiver.m +++ b/test/SemaObjC/property-dot-receiver.m @@ -1,5 +1,6 @@ // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify -Wno-objc-root-class %s +// expected-no-diagnostics // rdar://8962253 @interface Singleton { |