[commit: ghc] wip/perf-testsuite: Small changes to address Ben's comments (4961e16)

git at git.haskell.org git at git.haskell.org
Thu Aug 10 08:44:10 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/perf-testsuite
Link       : http://ghc.haskell.org/trac/ghc/changeset/4961e16c53fbc4dee44ede6639e28701fa82ac40/ghc

>---------------------------------------------------------------

commit 4961e16c53fbc4dee44ede6639e28701fa82ac40
Author: Jared Weakly <jweakly at pdx.edu>
Date:   Tue Jul 18 17:35:34 2017 -0700

    Small changes to address Ben's comments
    
    Signed-off-by: Jared Weakly <jweakly at pdx.edu>


>---------------------------------------------------------------

4961e16c53fbc4dee44ede6639e28701fa82ac40
 testsuite/driver/testlib.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index a24ee6c..8fc3ed7 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -1086,7 +1086,6 @@ def stats( name, way, stats_file ):
 # Check -t stats info
 
 def checkStats(name, way, stats_file, range_fields):
-
     full_name = name + '(' + way + ')'
 
     result = passed()



More information about the ghc-commits mailing list