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/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp | |
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/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp index 1da38569821..042fe03d416 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <fstream> // int_type overflow(int_type c = traits::eof()); |