summaryrefslogtreecommitdiff
path: root/test/lit.common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit.common.cfg')
-rw-r--r--test/lit.common.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lit.common.cfg b/test/lit.common.cfg
index 068aa016c..9c5e7d0b7 100644
--- a/test/lit.common.cfg
+++ b/test/lit.common.cfg
@@ -88,9 +88,6 @@ config.substitutions.append( ('%run', config.emulator) )
# Define CHECK-%os to check for OS-dependent output.
config.substitutions.append( ('CHECK-%os', ("CHECK-" + config.host_os)))
-# Define CHECK-%arch to check for architecture-dependent output.
-config.substitutions.append( ('CHECK-%arch', ("CHECK-" + config.host_arch)))
-
if config.host_os == 'Windows':
# FIXME: This isn't quite right. Specifically, it will succeed if the program
# does not crash but exits with a non-zero exit code. We ought to merge