diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-16 13:14:36 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-16 13:14:36 +0000 |
| commit | 6d3d2e2a1129555735bbbea993a852b24ad02785 (patch) | |
| tree | 1a9c7123cbac742760b7cfafed04def0309d7f40 | |
| parent | 6406ce679ac207eb92bf2a74435a985f32bce5f2 (diff) | |
| download | ppe42-gcc-6d3d2e2a1129555735bbbea993a852b24ad02785.tar.gz ppe42-gcc-6d3d2e2a1129555735bbbea993a852b24ad02785.zip | |
2005-02-16 Paolo Carlini <pcarlini@suse.de>
* testsuite/23_containers/set/modifiers/16728.cc:
Remove redundant include <testsuite_performance.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95105 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 35ba0d4fb0d..93021e7aefa 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2005-02-16 Paolo Carlini <pcarlini@suse.de> + * testsuite/23_containers/set/modifiers/16728.cc: + Remove redundant include <testsuite_performance.h>. + +2005-02-16 Paolo Carlini <pcarlini@suse.de> + PR libstdc++/19829 * testsuite/21_strings/basic_string/find/char/3.cc: Fix the test at line #66 to not access str_lit01 beyond its end. diff --git a/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc index 69487473f3d..79486191766 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Free Software Foundation, Inc. +// Copyright (C) 2004, 2005 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -33,7 +33,6 @@ #include <set> #include <sstream> -#include <testsuite_performance.h> using namespace std; |

