xref: /llvm-project/libcxx/test/std/localization/lit.local.cfg (revision 7bfaa0f09d0564f315ea778023b34b8a113ec740)
1# <locale> tests are obviously not supported when localization support is disabled
2if "no-localization" in config.available_features:
3    config.unsupported = True
4