char16_t.cc: Add dg-require-cstdint.

* testsuite/22_locale/codecvt/char16_t.cc: Add dg-require-cstdint.
	* testsuite/22_locale/codecvt/char32_t.cc: Likewise.

From-SVN: r220795
This commit is contained in:
Jonathan Wakely 2015-02-18 20:21:04 +00:00 committed by Jonathan Wakely
parent fbd78d3dd8
commit 01bf6bdb10
3 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,9 @@
* testsuite/22_locale/codecvt/char16_t.cc: New.
* testsuite/22_locale/codecvt/in/wchar_t/1.cc: Fix typo.
* testsuite/22_locale/codecvt/char16_t.cc: Add dg-require-cstdint.
* testsuite/22_locale/codecvt/char32_t.cc: Likewise.
2015-02-17 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
Jonathan Wakely <jwakely@redhat.com>

View File

@ -16,6 +16,7 @@
// <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++11" }
// { dg-require-cstdint "" }
// [locale.codecvt], C++11 22.4.1.4. specialization.

View File

@ -1,4 +1,5 @@
// { dg-options "-std=gnu++11" }
// { dg-require-cstdint "" }
// 2014-04-24 Rüdiger Sonderfeld