55028-debug.cc: Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 8 Nov 2012 13:40:53 +0000 (13:40 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 8 Nov 2012 13:40:53 +0000 (13:40 +0000)
2012-11-08  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/23_containers/unordered_multimap/insert/55028-debug.cc:
Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).

From-SVN: r193327

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/55028-debug.cc

index 2edcb10..db8a1ab 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-08  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/23_containers/unordered_multimap/insert/55028-debug.cc:
+       Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).
+
 2012-11-08  Florian Weimer  <fweimer@redhat.com>
 
        * testsuite/18_support/cxa_vec.cc: Fix typo in comment.
index fc17256..9bb3b9b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x -D_GLIBCXX_DEBUG" }
+// { dg-options "-std=gnu++11" }
 //
 // Copyright (C) 2012 Free Software Foundation, Inc.
 //