summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg')
-rw-r--r--llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg b/llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg
index 98c6700c209d..7c23e4f98013 100644
--- a/llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg
+++ b/llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg
@@ -1,3 +1,2 @@
-if not 'ARM' in config.root.targets:
+if not "ARM" in config.root.targets:
config.unsupported = True
-