From: Mark Mitchell Date: Wed, 17 Feb 1999 16:02:07 +0000 (+0000) Subject: Fix test-case for new error-reporting behavior X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fe75560d511dcd2bfa9ec24932133b513d513a4;p=gcc.git Fix test-case for new error-reporting behavior From-SVN: r25270 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/spec22.C b/gcc/testsuite/g++.old-deja/g++.pt/spec22.C index 88d55d38db6..e170b6e3476 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/spec22.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/spec22.C @@ -11,5 +11,5 @@ struct S template template <> // ERROR - enclosing classes not specialized void S::f () -{ +{ // ERROR - template does not match any declaration }