From 7d005869219fd7b82cc230ec3350f9175f1cb138 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 8 Oct 1999 05:35:02 +0000 Subject: [PATCH] Fix test case From-SVN: r29862 --- gcc/testsuite/g++.old-deja/g++.oliva/template3.C | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.7.4