num_put_members_wchar_t.cc (test02): Same.

2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
	* testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
	* testsuite/22_locale/ctype_members_char.cc: Tweak.

From-SVN: r48902
This commit is contained in:
Benjamin Kosnik 2002-01-16 06:11:41 +00:00 committed by Benjamin Kosnik
parent c22e177db7
commit def9746c13
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,7 @@
* testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
* testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
* testsuite/22_locale/ctype_members_char.cc: Tweak.
2002-01-15 Benjamin Kosnik <bkoz@redhat.com>

View File

@ -1,6 +1,6 @@
// 2000-02-16 bkoz
// Copyright (C) 2000 Free Software Foundation, Inc.
// Copyright (C) 2000, 2001, 2002 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
@ -31,8 +31,6 @@
#include <locale>
#include <vector>
//#include <iostream>
//#include <iomanip>
#include <testsuite_hooks.h>
// XXX This test (test02) is not working for non-glibc locale models.