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

git at git.haskell.org git at git.haskell.org
Sat Sep 2 21:45:52 UTC 2017


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

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

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

commit 075bf7ecf7e234cf48e519721c2e7d0a74aeec80
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>


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

075bf7ecf7e234cf48e519721c2e7d0a74aeec80
 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