86658.cc: Use dg-options to define _GLIBCXX_DEBUG.

2018-08-18  François Dumont  <fdumont@gcc.gnu.org>

	* testsuite/25_algorithms/copy/86658.cc: Use dg-options to define
	_GLIBCXX_DEBUG.

From-SVN: r263647
This commit is contained in:
François Dumont 2018-08-18 20:01:14 +00:00
parent afc8ff31b0
commit 6672e849b8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-08-18 François Dumont <fdumont@gcc.gnu.org>
* testsuite/25_algorithms/copy/86658.cc: Use dg-options to define
_GLIBCXX_DEBUG.
2018-08-17 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/86963

View File

@ -15,9 +15,9 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-options "-D_GLIBCXX_DEBUG" }
// { dg-do run }
#define _GLIBCXX_DEBUG
#include <algorithm>
#include <vector>