summaryrefslogtreecommitdiff
path: root/clang/test/CXX/drs/cwg3xx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CXX/drs/cwg3xx.cpp')
-rw-r--r--clang/test/CXX/drs/cwg3xx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/drs/cwg3xx.cpp b/clang/test/CXX/drs/cwg3xx.cpp
index 5d09697a3cf6..bbd87c060801 100644
--- a/clang/test/CXX/drs/cwg3xx.cpp
+++ b/clang/test/CXX/drs/cwg3xx.cpp
@@ -1321,7 +1321,7 @@ namespace cwg381 { // cwg381: 2.7
void f() {
E e;
e.B::a = 0;
- /* expected-error@-1 {{ambiguous conversion from derived class 'E' to base class 'cwg381::B':
+ /* expected-error@-1 {{ambiguous conversion from derived class 'E' to base class 'B':
struct cwg381::E -> C -> B
struct cwg381::E -> D -> B}} */
F f;