diff options
Diffstat (limited to 'test/CXX/class.access/class.protected/p1-cxx11.cpp')
-rw-r--r-- | test/CXX/class.access/class.protected/p1-cxx11.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/class.access/class.protected/p1-cxx11.cpp b/test/CXX/class.access/class.protected/p1-cxx11.cpp index dc9b20d..c1cf047 100644 --- a/test/CXX/class.access/class.protected/p1-cxx11.cpp +++ b/test/CXX/class.access/class.protected/p1-cxx11.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s +// expected-no-diagnostics // PR12497 namespace test0 { |