ctor_copy_dtor.cc: Remove check.
2002-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * testsuite/22_locale/ctor_copy_dtor.cc: Remove check. From-SVN: r48967
This commit is contained in:
parent
1c22801965
commit
715e561616
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user