diff options
author | Alexandre Oliva <oliva@lsd.ic.unicamp.br> | 1999-12-22 08:48:32 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1999-12-22 08:48:32 +0000 |
commit | 0e455fc3f96799199ba3c801e786dd5d2164920c (patch) | |
tree | 4e5e47ac203da059c86e5a633e4cf58442169a0d /gcc | |
parent | 177eca9bd19e2f9d7bab103852300074af7e3e37 (diff) | |
download | gcc-0e455fc3f96799199ba3c801e786dd5d2164920c.zip gcc-0e455fc3f96799199ba3c801e786dd5d2164920c.tar.gz gcc-0e455fc3f96799199ba3c801e786dd5d2164920c.tar.bz2 |
* g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
From-SVN: r31066
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 47957a2..6f3ad69 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br> + + * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL. + 1999-12-20 Nathan Sidwell <nathan@acm.org> * g++.old-deja/g++.other/cast3.C: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C b/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C index e896ed3..49085c5 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C @@ -2,7 +2,6 @@ // Special g++ Options: -frepo // Simplified from testcase by Erez Louidor Lior <s3824888@techst02.technion.ac.il> -// excess errors test - XFAIL *-*-* template <class T> class foo{ |