gcc/libstdc++-v3/testsuite/21_strings/basic_string
Jonathan Wakely 2a35627433 Fix std::wstring allocator tests
* testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc:
	Remove reundant check for _GLIBCXX_USE_WCHAR_T and fix char type.
	* testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc:
	Likewise.
	* testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc:
	Likewise.
	* testsuite/21_strings/basic_string/allocator/wchar_t/move.cc:
	Likewise.
	* testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc:
	Likewise.
	* testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc:
	Likewise.
	* testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc:
	Likewise.

From-SVN: r239206
2016-08-06 13:21:46 +01:00
..
allocator Fix std::wstring allocator tests 2016-08-06 13:21:46 +01:00
capacity Update copyright years. 2015-01-05 13:33:28 +01:00
cons Remove noexcept from function template that can throw 2016-01-12 17:02:15 +00:00
element_access Update copyright years. 2015-01-05 13:33:28 +01:00
inserters_extractors Update copyright years. 2015-01-05 13:33:28 +01:00
literals Update copyright years. 2015-01-05 13:33:28 +01:00
modifiers Update copyright years. 2015-01-05 13:33:28 +01:00
numeric_conversions Update copyright years. 2015-01-05 13:33:28 +01:00
operations Update copyright years. 2015-01-05 13:33:28 +01:00
operators re PR libstdc++/65630 (operator+ for new std::string not exported) 2015-03-30 18:52:37 +01:00
range_access Update copyright years. 2015-01-05 13:33:28 +01:00
requirements Update copyright years. 2015-01-05 13:33:28 +01:00
types Update copyright years. 2015-01-05 13:33:28 +01:00
40160.cc Update copyright years. 2015-01-05 13:33:28 +01:00
init-list.cc Update copyright years. 2015-01-05 13:33:28 +01:00
pthread4.cc Update copyright years. 2015-01-05 13:33:28 +01:00
pthread18185.cc Update copyright years. 2015-01-05 13:33:28 +01:00
pthread33394.cc re PR libstdc++/33394 (Add test case for Thread race segfault in std::string::append with -O and -s) 2015-03-25 15:46:58 +00:00