From 715e561616b24025adfaf76ce562286b216fc702 Mon Sep 17 00:00:00 2001 From: Peter Schmid Date: Thu, 17 Jan 2002 22:29:44 +0000 Subject: [PATCH] ctor_copy_dtor.cc: Remove check. 2002-01-17 Peter Schmid * testsuite/22_locale/ctor_copy_dtor.cc: Remove check. From-SVN: r48967 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/22_locale/ctor_copy_dtor.cc | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.30.2