ios_base_storage.cc (main): Call set_memory_limits.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 24 Feb 2003 18:14:20 +0000 (18:14 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 24 Feb 2003 18:14:20 +0000 (18:14 +0000)
2003-02-24  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r63366

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

index 9081936787b93a79dc51ab752f4433646b41bb48..eb7a66d835780b3c8a97a9e722e99413981cc3c3 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 a02eacba166703bfe8d4629e268d86742927379f..a0c174660c4722bab50f1ce749da468e3ed99243 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;