diff options
| author | Eric Fiselier <eric@efcs.ca> | 2014-08-15 05:02:05 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2014-08-15 05:02:05 +0000 |
| commit | d237ac80f9c609985ad1fd391a374189614af26c (patch) | |
| tree | 2e48e56baa98265c671313b5c69f8249a5a14807 | |
| parent | ea79ea162785aa83069a9a7ff8bfefa0fc6d0e54 (diff) | |
| download | bcm5719-llvm-d237ac80f9c609985ad1fd391a374189614af26c.tar.gz bcm5719-llvm-d237ac80f9c609985ad1fd391a374189614af26c.zip | |
Fix incorrect locale requirements in tests
llvm-svn: 215694
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp b/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp index 98bd6dc3af6..904ced32313 100644 --- a/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp +++ b/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // REQUIRES: locale.en_US.UTF-8 -// REQUIRES: locale.fr_CA.UTF-8 +// REQUIRES: locale.fr_CA.ISO8859-1 // <locale> diff --git a/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp b/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp index 0162a6f2fae..6f25b9cad92 100644 --- a/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp +++ b/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // REQUIRES: locale.en_US.UTF-8 -// REQUIRES: locale.fr_CA.UTF-8 +// REQUIRES: locale.fr_CA.ISO8859-1 // <locale> |

