aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-using-declaration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/cxx-using-declaration.cpp')
-rw-r--r--clang/test/Parser/cxx-using-declaration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/cxx-using-declaration.cpp b/clang/test/Parser/cxx-using-declaration.cpp
index 8c60b9b..320fd09 100644
--- a/clang/test/Parser/cxx-using-declaration.cpp
+++ b/clang/test/Parser/cxx-using-declaration.cpp
@@ -51,7 +51,7 @@ namespace foo {
class Bar {};
}
-void Bar(int); // expected-note{{non-type 'Bar' shadowing class 'Bar' declared here}}
+void Bar(int); // expected-note{{class 'Bar' is hidden by a non-type declaration of 'Bar' here}}
using foo::Bar;
void ambiguity() {