diff options
Diffstat (limited to 'libcxx/test/re/re.traits/transform_primary.pass.cpp')
-rw-r--r-- | libcxx/test/re/re.traits/transform_primary.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/re/re.traits/transform_primary.pass.cpp b/libcxx/test/re/re.traits/transform_primary.pass.cpp index 1e2aca67710..28734d621ad 100644 --- a/libcxx/test/re/re.traits/transform_primary.pass.cpp +++ b/libcxx/test/re/re.traits/transform_primary.pass.cpp @@ -8,6 +8,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.cs_CZ.ISO8859-2 + // <regex> // template <class charT> struct regex_traits; |