summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-27 16:19:16 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-27 16:19:16 +0000
commit9a927eed7f202a700f2649cf5630a3dd52ae2f2b (patch)
tree534353ca5a34292ffa9f69d9b7c4c2871d4b60e3 /libstdc++-v3/testsuite
parent4cb4897920afb0f5f7e9625a979e73651ad228c4 (diff)
downloadgcc-9a927eed7f202a700f2649cf5630a3dd52ae2f2b.tar.gz
PR libstdc++/81221 only run new test for check-parallel
PR libstdc++/81221 * testsuite/25_algorithms/sample/81221.cc: Disable except for check-parallel. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249697 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite')
-rw-r--r--libstdc++-v3/testsuite/25_algorithms/sample/81221.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc b/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc
index e6dd5e0acd1..28ec0e3152a 100644
--- a/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc
+++ b/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc
@@ -17,7 +17,6 @@
// { dg-options "-std=gnu++17" }
// { dg-do compile { target c++1z } }
+// { dg-require-parallel-mode "" }
-#undef _GLIBCXX_PARALLEL
-#define _GLIBCXX_PARALLEL 1
#include <algorithm>