diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-01-21 15:35:15 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-01-21 15:35:15 +0000 |
commit | 61c115f32c14695f3b3536d97823e0b4f8b06bb7 (patch) | |
tree | 82d7375625cc70fabf911a7e1155fbc58a72fb5c /libcxx/test/std/input.output/iostreams.base/ios | |
parent | c35724cc7252381abd99f62513fee1de85b56b15 (diff) | |
download | bcm5719-llvm-61c115f32c14695f3b3536d97823e0b4f8b06bb7.tar.gz bcm5719-llvm-61c115f32c14695f3b3536d97823e0b4f8b06bb7.zip |
[libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Reviewers: mclow.lists, hans
Subscribers: bcraig, cfe-commits
Differential Revision: http://reviews.llvm.org/D16406
llvm-svn: 258403
Diffstat (limited to 'libcxx/test/std/input.output/iostreams.base/ios')
-rw-r--r-- | libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp b/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp index 6d4ce5f577f..1c1c8be9542 100644 --- a/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp +++ b/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <ios> // template <class charT, class traits> class basic_ios |