diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-10-08 05:35:02 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-10-08 05:35:02 +0000 |
commit | 7d005869219fd7b82cc230ec3350f9175f1cb138 (patch) | |
tree | e7369dcec9ac83c3c57c81ba14ead66b1f8e65f2 /gcc | |
parent | e6f5c0ed6435a650d0e0186640d354984a6cd0e7 (diff) | |
download | gcc-7d005869219fd7b82cc230ec3350f9175f1cb138.zip gcc-7d005869219fd7b82cc230ec3350f9175f1cb138.tar.gz gcc-7d005869219fd7b82cc230ec3350f9175f1cb138.tar.bz2 |
Fix test case
From-SVN: r29862
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.oliva/template3.C | 4 |
1 files changed, 1 insertions, 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 <oliva@dcc.unicamp.br> // based on bug report by Ulf Larsson <ulf.larsson@mbow337.swipnet.se> -// crash test - XFAIL *-*-* - template <class T> class C {}; -class foo {} bar = bar.C(); +class foo {} bar = bar.C(); // ERROR - call to template |