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