summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg')
-rw-r--r--llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg b/llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg
index 7aaeda5a5b37..1bb680f6ff71 100644
--- a/llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg
+++ b/llvm/test/Transforms/AtomicExpand/RISCV/lit.local.cfg
@@ -1,5 +1,5 @@
-config.suffixes = ['.ll']
+config.suffixes = [".ll"]
targets = set(config.root.targets_to_build.split())
-if not 'RISCV' in targets:
+if not "RISCV" in targets:
config.unsupported = True