diff options
Diffstat (limited to 'libraries/ghc-heap/tests/heap_all.hs')
-rw-r--r-- | libraries/ghc-heap/tests/heap_all.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-heap/tests/heap_all.hs b/libraries/ghc-heap/tests/heap_all.hs index fa536a2d30..ac8953b5d2 100644 --- a/libraries/ghc-heap/tests/heap_all.hs +++ b/libraries/ghc-heap/tests/heap_all.hs @@ -155,7 +155,7 @@ exWeakClosure = WeakClosure , key = asBox [] , value = asBox [] , finalizer = asBox [] - , link = asBox [] + , weakLink = Nothing } exIntClosure :: Closure |