]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/bitset/invalidation/1.cc
1.cc: Test result string.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / bitset / invalidation / 1.cc
index 7ca3053cff15fd6f21c15bf20ffdf24401e42b16..59654f06ed44a79867d7c84dbd6be223478e0dc1 100644 (file)
@@ -1,6 +1,6 @@
 // Bitset reference invalidation tests
 
-// Copyright (C) 2003 Free Software Foundation, Inc.
+// Copyright (C) 2003, 2004 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
@@ -42,5 +42,5 @@ void test01()
 int main()
 {
   test01();
-  return !test;
+  return 0;
 }