summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Object')
-rw-r--r--llvm/test/Object/Mips/lit.local.cfg2
-rw-r--r--llvm/test/Object/X86/lit.local.cfg2
2 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/Object/Mips/lit.local.cfg b/llvm/test/Object/Mips/lit.local.cfg
index 14993174982..88262fb1d32 100644
--- a/llvm/test/Object/Mips/lit.local.cfg
+++ b/llvm/test/Object/Mips/lit.local.cfg
@@ -1,5 +1,3 @@
-config.suffixes = ['.test']
-
targets = set(config.root.targets_to_build.split())
if not 'Mips' in targets:
config.unsupported = True
diff --git a/llvm/test/Object/X86/lit.local.cfg b/llvm/test/Object/X86/lit.local.cfg
index 6a29e9250f3..ba763cf03ff 100644
--- a/llvm/test/Object/X86/lit.local.cfg
+++ b/llvm/test/Object/X86/lit.local.cfg
@@ -1,5 +1,3 @@
-config.suffixes = ['.test']
-
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True
OpenPOWER on IntegriCloud