summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/expr-objcxx.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjCXX/expr-objcxx.mm')
-rw-r--r--test/SemaObjCXX/expr-objcxx.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjCXX/expr-objcxx.mm b/test/SemaObjCXX/expr-objcxx.mm
index e70a001b7041..8ea4dabe16dd 100644
--- a/test/SemaObjCXX/expr-objcxx.mm
+++ b/test/SemaObjCXX/expr-objcxx.mm
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
+// expected-no-diagnostics
// rdar://8366474
void *P = @selector(foo::bar::);