diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-17 23:15:28 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-17 23:15:28 +0000 |
commit | eb0e2906f9b01d130f7516d783c51825305c82dd (patch) | |
tree | 2a253a4f040d3934c12cdc2d92885567c6422e4b /libstdc++-v3/testsuite/25_algorithms | |
parent | 315ba6fab18f402093309a2c7fbe11b4ba29e0ab (diff) | |
download | ppe42-gcc-eb0e2906f9b01d130f7516d783c51825305c82dd.tar.gz ppe42-gcc-eb0e2906f9b01d130f7516d783c51825305c82dd.zip |
2011-04-17 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/25_algorithms/partition/moveable.cc: Actually run
it in parallel-mode for check-parallel.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172625 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/25_algorithms')
-rw-r--r-- | libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc index ab573201941..925811bd61b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++0x" } -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -22,10 +22,6 @@ #undef _GLIBCXX_CONCEPT_CHECKS -// XXX FIXME: parallel-mode should deal correctly with moveable-only types -// per C++0x, at minimum smoothly fall back to serial. -#undef _GLIBCXX_PARALLEL - #include <algorithm> #include <functional> #include <testsuite_hooks.h> |