diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-03-30 12:48:39 +0200 |
---|---|---|
committer | Sylvain Henry <sylvain@haskus.fr> | 2020-03-30 12:48:39 +0200 |
commit | f024b6e385bd1448968b7bf20de05f655c815bae (patch) | |
tree | 2d8dee4575c32a3d44f765a6c7cc750cc421c1a8 | |
parent | 45eb9d8cad254440eaea25676d6788ca13baa2fb (diff) | |
download | haskell-f024b6e385bd1448968b7bf20de05f655c815bae.tar.gz |
Expect T4267 to pass
Since 54250f2d8de910b094070c1b48f086030df634b1 we expected T4267 to
fail, but it passes on CI.
-rw-r--r-- | testsuite/tests/perf/should_run/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index 50bd6b8449..70bd0fa48c 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -233,8 +233,7 @@ test('T5949', ['-O']) test('T4267', - [expect_broken(4267), - collect_stats('bytes allocated',10), + [collect_stats('bytes allocated',10), only_ways(['normal'])], compile_and_run, ['-O']) |