diff options
Diffstat (limited to 'testsuite/tests/unboxedsums/unpack_sums_7.hs')
-rw-r--r-- | testsuite/tests/unboxedsums/unpack_sums_7.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/unboxedsums/unpack_sums_7.hs b/testsuite/tests/unboxedsums/unpack_sums_7.hs index cefa317a01..7818606689 100644 --- a/testsuite/tests/unboxedsums/unpack_sums_7.hs +++ b/testsuite/tests/unboxedsums/unpack_sums_7.hs @@ -1,6 +1,3 @@ --- NB: Compiling this module throws an exception involving Weak# at the end of compilation. --- This is unrelated to unpacked sums but we need to include the error in the expected output for the test to pass. - module UnpackedSums7 where data T = MkT {-# UNPACK #-} !MI |