summaryrefslogtreecommitdiffstats
path: root/test/CXX/class/p6-0x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/class/p6-0x.cpp')
-rw-r--r--test/CXX/class/p6-0x.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/class/p6-0x.cpp b/test/CXX/class/p6-0x.cpp
index e153b4d..cf628a6 100644
--- a/test/CXX/class/p6-0x.cpp
+++ b/test/CXX/class/p6-0x.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
+// expected-no-diagnostics
class Trivial { int n; void f(); };
class NonTrivial1 { NonTrivial1(const NonTrivial1 &); };
OpenPOWER on IntegriCloud