From: Peter Schmid Date: Thu, 17 Jan 2002 22:29:44 +0000 (+0000) Subject: ctor_copy_dtor.cc: Remove check. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=715e561616b24025adfaf76ce562286b216fc702;p=gcc.git ctor_copy_dtor.cc: Remove check. 2002-01-17 Peter Schmid * testsuite/22_locale/ctor_copy_dtor.cc: Remove check. From-SVN: r48967 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a12a896f20d..fb6c17a036b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-01-17 Peter Schmid + + * testsuite/22_locale/ctor_copy_dtor.cc: Remove check. + 2002-01-17 David Edelsohn * configure.target: Define OPT_LDFLAGS for AIX case. diff --git a/libstdc++-v3/testsuite/22_locale/ctor_copy_dtor.cc b/libstdc++-v3/testsuite/22_locale/ctor_copy_dtor.cc index bbe3b147ba5..8735799c7a8 100644 --- a/libstdc++-v3/testsuite/22_locale/ctor_copy_dtor.cc +++ b/libstdc++-v3/testsuite/22_locale/ctor_copy_dtor.cc @@ -1,6 +1,6 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000, 2001 Free Software Foundation +// Copyright (C) 2000, 2001, 2002 Free Software Foundation // // 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 @@ -124,7 +124,6 @@ void test01() VERIFY (loc06 != loc02); VERIFY (loc06.name() == "fr_FR"); locale loc07(""); - VERIFY (loc07 != loc01); VERIFY (loc07 != loc02); VERIFY (loc07.name() != ""); try