From 30d2ffb56aca4c3a2d5f3b4fefb69948f956bb5d Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 3 May 2019 11:01:27 +0200 Subject: Do not run performGC it makes other tests fall over --- libraries/ghc-heap/tests/heap_all.hs | 3 --- 1 file changed, 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 -- cgit v1.2.1