86658.cc: Use dg-options to define _GLIBCXX_DEBUG.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 18 Aug 2018 20:01:14 +0000 (20:01 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 18 Aug 2018 20:01:14 +0000 (20:01 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/25_algorithms/copy/86658.cc

index 95d4d06..3736456 100644 (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
index 600747a..dd4f7ba 100644 (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>