parallel_algorithm_assert2.cc: Move dg-do run first.

* testsuite/25_algorithms/headers/algorithm/
        parallel_algorithm_assert2.cc: Move dg-do run first.

From-SVN: r243468
This commit is contained in:
David Edelsohn 2016-12-08 22:35:24 +00:00 committed by David Edelsohn
parent ccc6bcc7c2
commit 410aa8982f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-12-08 David Edelsohn <dje.gcc@gmail.com>
* testsuite/25_algorithms/headers/algorithm/
parallel_algorithm_assert2.cc: Move dg-do run first.
2016-12-08 Eric Botcazou <ebotcazou@adacore.com>
PR libstdc++/78264

View File

@ -1,6 +1,6 @@
// { dg-do run }
// { dg-require-parallel-mode "" }
// { dg-options "-fopenmp -D_GLIBCXX_PARALLEL" { target *-*-* } }
// { dg-do run }
// Copyright (C) 2016 Free Software Foundation, Inc.
//