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