ctor_copy_dtor.cc: Remove check.
authorPeter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
Thu, 17 Jan 2002 22:29:44 +0000 (22:29 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 17 Jan 2002 22:29:44 +0000 (22:29 +0000)
2002-01-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

* testsuite/22_locale/ctor_copy_dtor.cc: Remove check.

From-SVN: r48967

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/ctor_copy_dtor.cc

index a12a896f20d6d489b806ebeb4b38ada429b2a4d1..fb6c17a036b6e793122dbbcc50d50085440120ab 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
+       
+       * testsuite/22_locale/ctor_copy_dtor.cc: Remove check.
+
 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
 
        * configure.target: Define OPT_LDFLAGS for AIX case.
index bbe3b147ba5c3f1e1421b071d6816ba4b03a670c..8735799c7a8340bf79f7bce39b55a2311a72c0fe 100644 (file)
@@ -1,6 +1,6 @@
 // 2000-09-13 Benjamin Kosnik <bkoz@redhat.com>
 
-// 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