summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopStrengthReduce/Power/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/Power/lit.local.cfg')
-rw-r--r--llvm/test/Transforms/LoopStrengthReduce/Power/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/Power/lit.local.cfg b/llvm/test/Transforms/LoopStrengthReduce/Power/lit.local.cfg
index 091332439b18..bb982488eb15 100644
--- a/llvm/test/Transforms/LoopStrengthReduce/Power/lit.local.cfg
+++ b/llvm/test/Transforms/LoopStrengthReduce/Power/lit.local.cfg
@@ -1,2 +1,2 @@
-if not 'PowerPC' in config.root.targets:
+if not "PowerPC" in config.root.targets:
config.unsupported = True