summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2019-05-03 11:01:27 +0200
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2019-05-03 15:28:38 -0400
commit30d2ffb56aca4c3a2d5f3b4fefb69948f956bb5d (patch)
tree43cfe5493d0cb4b484f41d1100e95d3536301be7
parent1f2b63a873a9702566edf1181e0057251ad2210d (diff)
downloadhaskell-wip/joachim/issue16624.tar.gz
Do not run performGCwip/joachim/issue16624
it makes other tests fall over
-rw-r--r--libraries/ghc-heap/tests/heap_all.hs3
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