diff options
Diffstat (limited to 'test/MC/MachO/AArch64/lit.local.cfg')
-rw-r--r-- | test/MC/MachO/AArch64/lit.local.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/MC/MachO/AArch64/lit.local.cfg b/test/MC/MachO/AArch64/lit.local.cfg index 9a66a00..cec29af 100644 --- a/test/MC/MachO/AArch64/lit.local.cfg +++ b/test/MC/MachO/AArch64/lit.local.cfg @@ -1,4 +1,3 @@ -targets = set(config.root.targets_to_build.split()) -if not 'AArch64' in targets: +if not 'AArch64' in config.root.targets: config.unsupported = True |