regression_read.py improved

This commit is contained in:
Anton Mitrokhin
2014-07-21 16:11:27 +04:00
parent 00d435f726
commit ece37ea4f5
2 changed files with 74 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ class TestCase(object):
def __repr__(self):
string = "%s %s %s: " % (self.arch, self.opt, self.target)
string = string + repr(self.result) + '\n'
string = string + repr(self.result)
return string
def __hash__(self):