From: Mark Mitchell Date: Fri, 8 Oct 1999 05:35:02 +0000 (+0000) Subject: Fix test case X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d005869219fd7b82cc230ec3350f9175f1cb138;p=platform%2Fupstream%2Fgcc.git Fix test case From-SVN: r29862 --- diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/template3.C b/gcc/testsuite/g++.old-deja/g++.oliva/template3.C index 5071f71..df3198a 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/template3.C +++ b/gcc/testsuite/g++.old-deja/g++.oliva/template3.C @@ -5,7 +5,5 @@ // by Alexandre Oliva // based on bug report by Ulf Larsson -// crash test - XFAIL *-*-* - template class C {}; -class foo {} bar = bar.C(); +class foo {} bar = bar.C(); // ERROR - call to template