summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/AArch64/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/AArch64/lit.local.cfg')
-rw-r--r--test/MC/Disassembler/AArch64/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Disassembler/AArch64/lit.local.cfg b/test/MC/Disassembler/AArch64/lit.local.cfg
index c6f83453ac..6536974148 100644
--- a/test/MC/Disassembler/AArch64/lit.local.cfg
+++ b/test/MC/Disassembler/AArch64/lit.local.cfg
@@ -1,4 +1,4 @@
targets = set(config.root.targets_to_build.split())
-if 'AArch64' not in targets or 'ARM64' not in targets:
+if 'ARM64' not in targets:
config.unsupported = True