From 61c115f32c14695f3b3536d97823e0b4f8b06bb7 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Thu, 21 Jan 2016 15:35:15 +0000 Subject: [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 --- .../file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp') 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 + // // int_type overflow(int_type c = traits::eof()); -- cgit v1.2.3