[commit: testsuite] master: Remove a stray colon from the framework fail messages (7a3ed1d)
Ian Lynagh
igloo at earth.li
Wed Jan 23 01:17:55 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7a3ed1d2afac17097a3588e9d29c22f40635364f
>---------------------------------------------------------------
commit 7a3ed1d2afac17097a3588e9d29c22f40635364f
Author: Ian Lynagh <ian at well-typed.com>
Date: Tue Jan 22 23:40:34 2013 +0000
Remove a stray colon from the framework fail messages
>---------------------------------------------------------------
driver/testlib.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/driver/testlib.py b/driver/testlib.py
index fd11be1..ba03eba 100644
--- a/driver/testlib.py
+++ b/driver/testlib.py
@@ -919,7 +919,7 @@ def skiptest (name, way):
def framework_fail( name, way, reason ):
full_name = name + '(' + way + ')'
- print '*** framework failure for', full_name, reason, ':'
+ print '*** framework failure for', full_name, reason
t.n_framework_failures = t.n_framework_failures + 1
if name in t.framework_failures:
t.framework_failures[name].append(way)
More information about the ghc-commits
mailing list