summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/T11545.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/compiler/T11545.hs')
-rw-r--r--testsuite/tests/perf/compiler/T11545.hs2
1 files changed, 1 insertions, 1 deletions
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)