llvm-project/libcxx/test/std/localization/locale.categories
Tim Northover a745ddd9a7 Set LC_COLLATE rather than LANG to override collation.
On a system with LC_COLLATE=C, this takes precedence over a non-C LANG
the test tries to impose and the test fails.

llvm-svn: 251131
2015-10-23 17:56:08 +00:00
..
category.collate Set LC_COLLATE rather than LANG to override collation. 2015-10-23 17:56:08 +00:00
category.ctype Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', which does the same thing, w/o having clang and gcc warn with -Wall. 2015-09-15 14:46:03 +00:00
category.messages
category.monetary Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
category.numeric Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
category.time Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao 2015-08-20 05:20:29 +00:00
facet.numpunct
facets.examples
__scan_keyword.pass.cpp