Remove XFAIL from test that no longer fails

This test started passing with the old ABI with r263808, so doesn't need
to be marked XFAIL now.

	* testsuite/21_strings/basic_string/requirements/
	explicit_instantiation/debug.cc: Remove XFAIL for old ABI.

From-SVN: r267578
This commit is contained in:
Jonathan Wakely 2019-01-04 16:07:06 +00:00 committed by Jonathan Wakely
parent 66f3122436
commit 9fc5a9a144
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2019-01-04 Jonathan Wakely <jwakely@redhat.com>
* testsuite/21_strings/basic_string/requirements/
explicit_instantiation/debug.cc: Remove XFAIL for old ABI.
* testsuite/27_io/filesystem/filesystem_error/copy.cc: Fix static
assertion failures with old std::string ABI.

View File

@ -20,7 +20,6 @@
#include <debug/string>
// { dg-do compile }
// { dg-xfail-if "COW string missing some required members" { ! cxx11-abi } }
// libstdc++/21770
namespace debug = __gnu_debug;