diff options
author | Joachim 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 |
commit | 30d2ffb56aca4c3a2d5f3b4fefb69948f956bb5d (patch) | |
tree | 43cfe5493d0cb4b484f41d1100e95d3536301be7 | |
parent | 1f2b63a873a9702566edf1181e0057251ad2210d (diff) | |
download | haskell-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.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 |