diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-05 10:51:27 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-05 10:51:27 +0000 |
commit | fc87cdcc12914bdb6e8752f0b412868485b8c255 (patch) | |
tree | c8d4dfba27419c0eb637242efeacf73ad853aecd /libstdc++-v3 | |
parent | e5582c5cc4e7a7948b4620f24bc86d939090f4f6 (diff) | |
download | gcc-fc87cdcc12914bdb6e8752f0b412868485b8c255.tar.gz |
2004-03-05 Paolo Carlini <pcarlini@suse.de>
* testsuite/27_io/fpos/14320-2.cc: Remove xfail.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78963 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/fpos/14320-2.cc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a41dd5177c6..820ae5ecf7a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2004-03-05 Paolo Carlini <pcarlini@suse.de> + + * testsuite/27_io/fpos/14320-2.cc: Remove xfail. + 2004-03-04 Benjamin Kosnik <bkoz@redhat.com> * testsuite/23_containers/multiset/insert/1.cc: Test result string. diff --git a/libstdc++-v3/testsuite/27_io/fpos/14320-2.cc b/libstdc++-v3/testsuite/27_io/fpos/14320-2.cc index a60daf94c15..868eeefd334 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/14320-2.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/14320-2.cc @@ -20,8 +20,6 @@ // 27.4.3 fpos -// { dg-do run { xfail *-*-* } } - #include <iterator> #include <limits> #include <testsuite_hooks.h> |