55028-debug.cc: Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).

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
This commit is contained in:
Paolo Carlini 2012-11-08 13:40:53 +00:00 committed by Paolo Carlini
parent 6aaa880639
commit 271a8a1651
2 changed files with 6 additions and 1 deletions

View 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.

View 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.
//