summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorsewardj <unknown>2001-09-18 11:53:37 +0000
committersewardj <unknown>2001-09-18 11:53:37 +0000
commitac82fb081f479e33e9744640b12d1dc5d5c487fa (patch)
tree9608500a6ff59225cfb7e8e07bba0e93c898cae3 /testsuite/config
parent0697cc8235bdfa45d9aa553d2e4da997337fe946 (diff)
downloadhaskell-ac82fb081f479e33e9744640b12d1dc5d5c487fa.tar.gz
[project @ 2001-09-18 11:53:37 by sewardj]
remove spurious debug printing (again) MERGE TO STABLE
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/vanilla-test.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/vanilla-test.T b/testsuite/config/vanilla-test.T
index 42aedcf964..98457b77f5 100644
--- a/testsuite/config/vanilla-test.T
+++ b/testsuite/config/vanilla-test.T
@@ -162,7 +162,7 @@ def vanilla-compfail-test-actions ( $extra_compile_args )
fi
$res = simple_build_Main_WRK ( $extra_compile_args, True )
- print "---> " ++ $res
+ -- print "---> " ++ $res
$actual_stderr = qualify("comp.stderr")
$stderr_a = normalise_errmsg(contents($actual_stderr))
$stderr_e = normalise_errmsg(contents($expected_stderr))