diff options
Diffstat (limited to 'llvm/test/MC/Disassembler/Hexagon/lit.local.cfg')
| -rw-r--r-- | llvm/test/MC/Disassembler/Hexagon/lit.local.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg b/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg index 6500d4dd7d5..ba72ff632d4 100644 --- a/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg +++ b/llvm/test/MC/Disassembler/Hexagon/lit.local.cfg @@ -1,3 +1,3 @@ -if not 'Hexagon' in config.root.targets:
- config.unsupported = True
-
+if not 'Hexagon' in config.root.targets: + config.unsupported = True + |

