Fix a lit configuration diagnostic. NFC

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jonathan Roelofs 2015-01-14 14:48:27 +00:00
parent f1b1b7f8fe
commit 6f599cea0e

View File

@ -419,7 +419,7 @@ class Configuration(object):
self.config.available_features.add('tsan')
else:
self.lit_config.fatal('unsupported value for '
'libcxx_use_san: {0}'.format(san))
'use_sanitizer: {0}'.format(san))
def configure_triple(self):
# Get or infer the target triple.