abi_tag.cc: Avoid spurious fails with check-debug.

2013-06-25  Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/23_containers/map/modifiers/erase/abi_tag.cc: Avoid
	spurious fails with check-debug.
	* testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc:
	Likewise.
	* testsuite/23_containers/set/modifiers/erase/abi_tag.cc: Likewise.
	* testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc:
	Likewise.

From-SVN: r200411
This commit is contained in:
Paolo Carlini 2013-06-26 00:29:40 +00:00
parent 240740fbd1
commit be768ae0fb
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// { dg-do compile } // { dg-do compile }
// { dg-options -std=c++11 } // { dg-options -std=c++11 }
// { dg-require-normal-mode "" }
// Copyright (C) 2013 Free Software Foundation, Inc. // Copyright (C) 2013 Free Software Foundation, Inc.
// //

View File

@ -1,5 +1,6 @@
// { dg-do compile } // { dg-do compile }
// { dg-options -std=c++11 } // { dg-options -std=c++11 }
// { dg-require-normal-mode "" }
// Copyright (C) 2013 Free Software Foundation, Inc. // Copyright (C) 2013 Free Software Foundation, Inc.
// //

View File

@ -1,5 +1,6 @@
// { dg-do compile } // { dg-do compile }
// { dg-options -std=c++11 } // { dg-options -std=c++11 }
// { dg-require-normal-mode "" }
// Copyright (C) 2013 Free Software Foundation, Inc. // Copyright (C) 2013 Free Software Foundation, Inc.
// //

View File

@ -1,5 +1,6 @@
// { dg-do compile } // { dg-do compile }
// { dg-options -std=c++11 } // { dg-options -std=c++11 }
// { dg-require-normal-mode "" }
// Copyright (C) 2013 Free Software Foundation, Inc. // Copyright (C) 2013 Free Software Foundation, Inc.
// //