From 6f599cea0e2db95bebb7aaa35de807bcddb2b634 Mon Sep 17 00:00:00 2001 From: Jonathan Roelofs Date: Wed, 14 Jan 2015 14:48:27 +0000 Subject: [PATCH] Fix a lit configuration diagnostic. NFC git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225985 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/libcxx/test/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libcxx/test/config.py b/test/libcxx/test/config.py index a821b8f2b..92b000492 100644 --- a/test/libcxx/test/config.py +++ b/test/libcxx/test/config.py @@ -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.