OSDN Git Service

2003-02-24 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Feb 2003 18:14:20 +0000 (18:14 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Feb 2003 18:14:20 +0000 (18:14 +0000)
* testsuite/27_io/ios_base_storage.cc (main): Call
set_memory_limits.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63366 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/ios_base_storage.cc

index 9081936..eb7a66d 100644 (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
index a02eacb..a0c1746 100644 (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;