[commit: testsuite] master: fix syntax error (c75c79b)
Simon Marlow
marlowsd at gmail.com
Fri Jul 6 11:41:23 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c75c79b224fadc7eaa7e104eac027e061a82ef88
>---------------------------------------------------------------
commit c75c79b224fadc7eaa7e104eac027e061a82ef88
Author: Simon Marlow <marlowsd at gmail.com>
Date: Fri Jul 6 10:32:42 2012 +0100
fix syntax error
>---------------------------------------------------------------
tests/perf/should_run/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index 5915f4f..b710b2c 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -119,7 +119,7 @@ test('T5113',
if_wordsize(64,
stats_num_field('bytes allocated', 8000000,
9000000)),
- only_ways(['normal'],
+ only_ways(['normal']),
expect_broken(7046)
],
compile_and_run,
More information about the Cvs-ghc
mailing list