summaryrefslogtreecommitdiff
path: root/test/xray/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/xray/lit.cfg')
-rw-r--r--test/xray/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/lit.cfg b/test/xray/lit.cfg
index c6bea52b1..d5e40975d 100644
--- a/test/xray/lit.cfg
+++ b/test/xray/lit.cfg
@@ -40,7 +40,7 @@ config.substitutions.append(
# Default test suffixes.
config.suffixes = ['.c', '.cc', '.cpp']
-if config.host_os not in ['Linux', 'Darwin']:
+if config.host_os not in ['Linux']:
config.unsupported = True
elif '64' not in config.host_arch:
if 'arm' in config.host_arch: