summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/instantiate-method-return.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjCXX/instantiate-method-return.mm')
-rw-r--r--test/SemaObjCXX/instantiate-method-return.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjCXX/instantiate-method-return.mm b/test/SemaObjCXX/instantiate-method-return.mm
index 2a3ae32312805..9fad82feaeb75 100644
--- a/test/SemaObjCXX/instantiate-method-return.mm
+++ b/test/SemaObjCXX/instantiate-method-return.mm
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
+// expected-no-diagnostics
// PR7386
@class NSObject;