diff options
Diffstat (limited to 'test/MC/AArch64/lit.local.cfg')
-rw-r--r-- | test/MC/AArch64/lit.local.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/AArch64/lit.local.cfg b/test/MC/AArch64/lit.local.cfg index 75dba81..1be70c0 100644 --- a/test/MC/AArch64/lit.local.cfg +++ b/test/MC/AArch64/lit.local.cfg @@ -1,3 +1,3 @@ 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 targets: + config.unsupported = True |