diff options
Diffstat (limited to 'test/CXX/class/class.nest/p3.cpp')
-rw-r--r-- | test/CXX/class/class.nest/p3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/class/class.nest/p3.cpp b/test/CXX/class/class.nest/p3.cpp index c4c4ca7..677411f 100644 --- a/test/CXX/class/class.nest/p3.cpp +++ b/test/CXX/class/class.nest/p3.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s +// expected-no-diagnostics // C++0x [class.nest] p3: // If class X is defined in a namespace scope, a nested class Y may be |