ios_base_storage.cc (main): Call set_memory_limits.

2003-02-24  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/27_io/ios_base_storage.cc (main): Call
	set_memory_limits.

From-SVN: r63366
This commit is contained in:
Benjamin Kosnik 2003-02-24 18:14:20 +00:00 committed by Benjamin Kosnik
parent d99c7b11c5
commit 2e812a0a41
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-02-24 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/27_io/ios_base_storage.cc (main): Call
set_memory_limits.
2003-02-21 Jerry Quinn <jlquinn@optonline.net>
* include/bits/locale_facets.tcc (_M_convert_float): Replace

View file

@ -1,6 +1,6 @@
// 2000-12-19 bkoz
// Copyright (C) 2000, 2002 Free Software Foundation
// Copyright (C) 2000, 2002, 2003 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
@ -93,6 +93,7 @@ void test02()
int main(void)
{
__gnu_cxx_test::set_memory_limits();
test01();
test02();
return 0;