Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@214768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
529d303340
commit
c09c2865b9
@ -209,7 +209,7 @@ for feature, loc in locales[platform.system()].items():
|
|||||||
locale.setlocale(locale.LC_ALL, loc)
|
locale.setlocale(locale.LC_ALL, loc)
|
||||||
config.available_features.add('locale.{}'.format(feature))
|
config.available_features.add('locale.{}'.format(feature))
|
||||||
except:
|
except:
|
||||||
lit_config.warning('The locale {} is not supported by your platoform. '
|
lit_config.warning('The locale {} is not supported by your platform. '
|
||||||
'Some tests will be unsupported.'.format(loc))
|
'Some tests will be unsupported.'.format(loc))
|
||||||
|
|
||||||
# Gather various compiler parameters.
|
# Gather various compiler parameters.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user