From 35c68eb5a6c2b809129a98dff357a58f4e6b527a Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Fri, 29 May 1998 07:48:37 +0000 Subject: [PATCH] Move the ERROR lines to where the errors actually are. From-SVN: r20137 --- gcc/testsuite/g++.old-deja/g++.robertl/eb118.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb118.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb118.C index 01fb4a3d078a..de0b3fe13958 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb118.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb118.C @@ -13,12 +13,12 @@ A::test(){ cerr << "test for " << typeid(*this).name() << endl; } // Specialization declaration -void -A::test(); +void +A::test(); // ERROR - not a specialization // Specialization definition void -A::test(){ // ============= LINE 21 ================== +A::test(){ // ERROR - not a specialization cerr << "specialization for " << typeid(*this).name() << endl; } -- 2.43.5