summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/testsuite/23_containers/map_insert.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/23_containers/map_insert.cc')
-rw-r--r--libstdc++-v3/testsuite/23_containers/map_insert.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/map_insert.cc b/libstdc++-v3/testsuite/23_containers/map_insert.cc
index d870897a6c7..67c838f993a 100644
--- a/libstdc++-v3/testsuite/23_containers/map_insert.cc
+++ b/libstdc++-v3/testsuite/23_containers/map_insert.cc
@@ -1,6 +1,6 @@
// 2001-08-23 pme & Sylvain.Pion@sophia.inria.fr
-// Copyright (C) 2001 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2003 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
@@ -29,6 +29,7 @@
// http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01375.html
void test01()
{
+ bool test = true;
typedef std::map<int, int> Map;
Map M;
Map::iterator hint;
OpenPOWER on IntegriCloud