diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-01-29 09:59:10 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-01-29 10:13:00 +0000 |
commit | ad22567e36f81e2162030491562fa5b9b1e7c04a (patch) | |
tree | 63fe7c16a99fd301e0150221352f7ea70eaef7c2 /testsuite/tests | |
parent | 27a66f0f8a95af356c4a5befea0b9c04cc7b3dfe (diff) | |
download | haskell-ad22567e36f81e2162030491562fa5b9b1e7c04a.tar.gz |
T5113 is passing, remove expect_broken, see comment on #7046
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/perf/should_run/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index 9d1c0adcd3..b201bb1b11 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -120,7 +120,9 @@ test('T5113', stats_num_field('bytes allocated', 8000000, 9000000)), only_ways(['normal']), - expect_broken(7046) + normal + # WAS: expect_broken(7046) + # but it started working again around 01/2013, see #7046 ], compile_and_run, ['-O']) |