summaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg')
-rw-r--r--llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg b/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
index 2fb4364f3721..a33b69e3523a 100644
--- a/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
+++ b/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
@@ -1,6 +1,6 @@
-if not ('PowerPC' in config.root.targets):
+if not ("PowerPC" in config.root.targets):
# We need support for PowerPC.
config.unsupported = True
-elif not ('powerpc' in config.root.host_triple):
+elif not ("powerpc" in config.root.host_triple):
# We need to be running on an PPC host.
config.unsupported = True