Commit 2e812a0a by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent d99c7b11
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
......
// 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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment