summaryrefslogtreecommitdiff
path: root/test/MC/AArch64/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AArch64/lit.local.cfg')
-rw-r--r--test/MC/AArch64/lit.local.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/MC/AArch64/lit.local.cfg b/test/MC/AArch64/lit.local.cfg
index 75dba81bc0b5..5822b7226687 100644
--- a/test/MC/AArch64/lit.local.cfg
+++ b/test/MC/AArch64/lit.local.cfg
@@ -1,3 +1,2 @@
-targets = set(config.root.targets_to_build.split())
-if not 'AArch64' in targets:
- config.unsupported = True \ No newline at end of file
+if 'AArch64' not in config.root.targets:
+ config.unsupported = True