forked from OSchip/llvm-project
Add missing locale requirement to test.
Linux is failing even though the test runner does report this locale is available, but the test still isn't expected to work on platforms without the locale (like Android). llvm-svn: 359726
This commit is contained in:
parent
91c166cbb0
commit
dfa7af5b6b
|
@ -19,6 +19,7 @@
|
|||
// TODO: investigation needed
|
||||
// TODO(netbsd): incomplete support for locales
|
||||
// XFAIL: linux-gnu, netbsd
|
||||
// REQUIRES: locale.cs_CZ.ISO8859-2
|
||||
|
||||
#include <regex>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in New Issue