diff options
Diffstat (limited to 'test/CXX/class.derived/p2.cpp')
-rw-r--r-- | test/CXX/class.derived/p2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/class.derived/p2.cpp b/test/CXX/class.derived/p2.cpp index 7ef53d36ab7b2..87e0f74861545 100644 --- a/test/CXX/class.derived/p2.cpp +++ b/test/CXX/class.derived/p2.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -fsyntax-only -verify +// expected-no-diagnostics // "During the lookup for a base class name, non-type names are ignored" namespace PR5840 { |