remove an obsolete test
The script was using Data.Set to test handling of unboxed fields by :print, but some change in Data.Set or in ghc has made fromList more strict and the :print pprinter never gets to show the unboxed fields itself. Moreover, print022 is a much better test for unboxed fields than this one
Please register or sign in to comment