| Index: gcc/gcc/testsuite/g++.dg/lookup/strong-using-2.C
|
| diff --git a/gcc/gcc/testsuite/g++.dg/lookup/strong-using-2.C b/gcc/gcc/testsuite/g++.dg/lookup/strong-using-2.C
|
| index 5c4b425fa8a8a3da3e693bf07ad7fa9500f3018a..314aa52388a01582dc10ff7afcb492fa0ca5ac14 100644
|
| --- a/gcc/gcc/testsuite/g++.dg/lookup/strong-using-2.C
|
| +++ b/gcc/gcc/testsuite/g++.dg/lookup/strong-using-2.C
|
| @@ -20,4 +20,4 @@ namespace baz {
|
|
|
| foo::T *t1;
|
| bar::T *t2;
|
| -baz::T *t3; // { dg-error "(ambiguous|expected|extra)" "" }
|
| +baz::T *t3; // { dg-error "(ambiguous|does not name a type)" "" }
|
|
|