diff options
Diffstat (limited to 'compiler-rt/test/xray/lit.cfg')
| -rw-r--r-- | compiler-rt/test/xray/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/xray/lit.cfg b/compiler-rt/test/xray/lit.cfg index c6bea52b1ff..d5e40975da5 100644 --- a/compiler-rt/test/xray/lit.cfg +++ b/compiler-rt/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: |

