diff options
-rw-r--r-- | libraries/ghc-heap/tests/heap_all.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/ghc-heap/tests/heap_all.hs b/libraries/ghc-heap/tests/heap_all.hs index d9a9125fc3..d4bfb098a4 100644 --- a/libraries/ghc-heap/tests/heap_all.hs +++ b/libraries/ghc-heap/tests/heap_all.hs @@ -240,9 +240,6 @@ main = do getClosureData con >>= assertClosuresEq exConstrClosure - evaluate staticClosure - performGC - -- Static Constructor getClosureData staticClosure >>= assertClosuresEq exConstrNoCafClosure |