Chromium Code Reviews| Index: gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup8.C |
| diff --git a/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup8.C b/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup8.C |
| index 2c6df5583b900ec5d37386034cbb4359607063e4..1662f68c7b654d18c2f6da3c38438f68bdbf6b33 100644 |
| --- a/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup8.C |
| +++ b/gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup8.C |
| @@ -11,5 +11,5 @@ class Y : public X<int> |
| void Y::f() |
| { |
| - X x; // { dg-error "" } X is not a type. |
| + X x; |
| } |