]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2010-06-02 Jonathan Wakely <jwakely.gcc@gmail.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jun 2010 19:02:41 +0000 (19:02 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jun 2010 19:02:41 +0000 (19:02 +0000)
* testsuite/tr1/2_general_utilities/shared_ptr/cons/pointer.cc: Fix
which tests are run.
* testsuite/20_util/shared_ptr/cons/pointer.cc: Likewise.

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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/shared_ptr/cons/pointer.cc
libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/pointer.cc

index 6f3c2ccebf64a77cefbf2d9201400e2da79b851b..a986e8d6325294c02ac8bd861b454aee0585f87e 100644 (file)
@@ -1,3 +1,9 @@
+2010-06-02  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * testsuite/tr1/2_general_utilities/shared_ptr/cons/pointer.cc: Fix
+       which tests are run.
+       * testsuite/20_util/shared_ptr/cons/pointer.cc: Likewise.
+
 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
        * acinclude.m4, configure.host: Support Bionic C library.
index 4bb528011a6080f3f8cacac46808bc8685af0984..701f1243922773ec65ad7f79c3c6f93fe7305bcf 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-options "-std=gnu++0x" }
 
-// Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation
+// Copyright (C) 2005, 2006, 2007, 2009, 2010 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
@@ -75,6 +75,6 @@ main()
 {
   test01();
   test02();
-  test02();
+  test03();
   return 0;
 }
index 54e19ab73827183353623aeaeab847cb4e7d89e6..72f89b5b6837a916bf44adb31b7a270ab46a30ea 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005, 2009 Free Software Foundation
+// Copyright (C) 2005, 2009, 2010 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
@@ -73,6 +73,6 @@ main()
 {
   test01();
   test02();
-  test02();
+  test03();
   return 0;
 }