From e0d861d4f9848428b15435e1b8718090179073af Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 7 Apr 2021 10:26:08 +0100 Subject: T11545 now also passes due to modifications in demand analysis Fixes #11545 --- testsuite/tests/perf/compiler/T11545.hs | 2 +- testsuite/tests/perf/compiler/all.T | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/tests/perf') diff --git a/testsuite/tests/perf/compiler/T11545.hs b/testsuite/tests/perf/compiler/T11545.hs index d35e21c2e8..d139de70f4 100644 --- a/testsuite/tests/perf/compiler/T11545.hs +++ b/testsuite/tests/perf/compiler/T11545.hs @@ -1,6 +1,6 @@ module T11545 where -data A = A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A deriving (Eq) +data A = A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A deriving (Eq) data QuadTree a = QuadTree !Int [a] (QuadTree a) (QuadTree a) (QuadTree a) (QuadTree a) diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index b09c418698..651c9a2128 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -454,5 +454,5 @@ test ('T9198', ['']) test('T11545', - [ expect_broken(11545) ], + [ normal ], compile, ['-O +RTS -M50M -RTS']) -- cgit v1.2.1