diff options
Diffstat (limited to 'test/CXX/class/p1-0x.cpp')
-rw-r--r-- | test/CXX/class/p1-0x.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/class/p1-0x.cpp b/test/CXX/class/p1-0x.cpp index be5fdff..5c32788 100644 --- a/test/CXX/class/p1-0x.cpp +++ b/test/CXX/class/p1-0x.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11 +// expected-no-diagnostics namespace Test1 { class A final { }; |