summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/lsan/lit.common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/lit.common.cfg b/test/lsan/lit.common.cfg
index b0e5e7e0e..0b9e5a4a7 100644
--- a/test/lsan/lit.common.cfg
+++ b/test/lsan/lit.common.cfg
@@ -53,7 +53,7 @@ config.substitutions.append( ("%clang_lsan ", build_invocation(clang_lsan_cflags
config.substitutions.append( ("%clangxx_lsan ", build_invocation(clang_lsan_cxxflags)) )
# LeakSanitizer tests are currently supported on x86-64 Linux, arm Linux and mips64 Linux only.
-if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mips64', 'arm', 'armhf', armv7l]:
+if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mips64', 'arm', 'armhf', 'armv7l']:
config.unsupported = True
# Don't support Thumb due to broken fast unwinder