diff options
Diffstat (limited to 'libstdc++-v3/testsuite/23_containers/vector_bool.cc')
-rw-r--r-- | libstdc++-v3/testsuite/23_containers/vector_bool.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/vector_bool.cc b/libstdc++-v3/testsuite/23_containers/vector_bool.cc index 17d63d1f854..17836499cf9 100644 --- a/libstdc++-v3/testsuite/23_containers/vector_bool.cc +++ b/libstdc++-v3/testsuite/23_containers/vector_bool.cc @@ -1,6 +1,6 @@ // 2002-03-05 Stephen M. Webb <stephen.webb@bregmasoft.com> -// Copyright (C) 2002 Free Software Foundation, Inc. +// Copyright (C) 2002, 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 @@ -32,6 +32,7 @@ void test01() // libstdc++/6886 void test02() { + bool test = true; typedef std::vector<bool> bvec; int i, num = 0; bvec v; |