diff options
author | Paolo Carlini <pcarlini@unitus.it> | 2003-01-19 14:28:26 +0100 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2003-01-19 13:28:26 +0000 |
commit | a99820e6c8da5105242ac793cae4d4298cc44fbc (patch) | |
tree | 9fc9c2aa8f1a7e1ffb9ac59f4d3096f77fcf3527 /gcc | |
parent | 3bd6d4c458a197683ce3f82b884ad1546b7d67de (diff) | |
download | gcc-a99820e6c8da5105242ac793cae4d4298cc44fbc.zip gcc-a99820e6c8da5105242ac793cae4d4298cc44fbc.tar.gz gcc-a99820e6c8da5105242ac793cae4d4298cc44fbc.tar.bz2 |
typename13.C: Remove XFAIL.
2003-01-19 Paolo Carlini <pcarlini@unitus.it>
* g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
From-SVN: r61482
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/typename13.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 82c0f55..71f07f7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-01-19 Paolo Carlini <pcarlini@unitus.it> + + * g++.old-deja/g++.pt/typename13.C: Remove XFAIL. + 2003-01-17 Mark Mitchell <mark@codesourcery.com> PR c++/9272 diff --git a/gcc/testsuite/g++.old-deja/g++.pt/typename13.C b/gcc/testsuite/g++.old-deja/g++.pt/typename13.C index 48d12e6..0facf66 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/typename13.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/typename13.C @@ -1,6 +1,6 @@ // Build don't link: // Special g++ Options: -// excess errors test - XFAIL *-*-* +// excess errors test template <class T> struct B |