summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap/tests/closure_size.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-heap/tests/closure_size.hs')
-rw-r--r--libraries/ghc-heap/tests/closure_size.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/ghc-heap/tests/closure_size.hs b/libraries/ghc-heap/tests/closure_size.hs
index d760f22efa..85d860fbf4 100644
--- a/libraries/ghc-heap/tests/closure_size.hs
+++ b/libraries/ghc-heap/tests/closure_size.hs
@@ -12,7 +12,6 @@ data A = A (Array# Int)
data MA = MA (MutableArray# RealWorld Int)
data BA = BA ByteArray#
data MBA = MBA (MutableByteArray# RealWorld)
-data B = B BCO#
data APC a = APC a