aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/Large/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/Large/lit.local.cfg')
-rw-r--r--test/CodeGen/SystemZ/Large/lit.local.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/Large/lit.local.cfg b/test/CodeGen/SystemZ/Large/lit.local.cfg
index 9a02f84..4f22a97 100644
--- a/test/CodeGen/SystemZ/Large/lit.local.cfg
+++ b/test/CodeGen/SystemZ/Large/lit.local.cfg
@@ -5,6 +5,5 @@ config.suffixes = ['.py']
if config.root.host_arch not in ['SystemZ']:
config.unsupported = True
-targets = set(config.root.targets_to_build.split())
-if not 'SystemZ' in targets:
+if not 'SystemZ' in config.root.targets:
config.unsupported = True