Fix a lit configuration diagnostic. NFC
authorJonathan Roelofs <jonathan@codesourcery.com>
Wed, 14 Jan 2015 14:48:27 +0000 (14:48 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Wed, 14 Jan 2015 14:48:27 +0000 (14:48 +0000)
llvm-svn: 225985

libcxx/test/libcxx/test/config.py

index a821b8f..92b0004 100644 (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.