Add a couple of missing tests for EAGER_BLACKHOLE
authorSimon Marlow <marlowsd@gmail.com>
Mon, 23 Aug 2010 10:46:54 +0000 (10:46 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 23 Aug 2010 10:46:54 +0000 (10:46 +0000)
This was leading to looping and excessive allocation, when the
computation should have just blocked on the black hole.

Reported by Christian Höner zu Siederdissen <choener@tbi.univie.ac.at>
on glasgow-haskell-users.


No differences found