pointer.cc: Fix which tests are run.

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.

From-SVN: r160182
This commit is contained in:
Jonathan Wakely 2010-06-02 19:02:41 +00:00 committed by Jonathan Wakely
parent a619822289
commit c440459b92
3 changed files with 10 additions and 4 deletions

View 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.

View 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;
}

View 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;
}