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