summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-07-11 03:02:09 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-18 07:26:45 -0400
commit12f9035200424ec8104484f154a040d612fee99d (patch)
tree550c799d324d25f15b4dcbe0e5e4b4d61d6a4906 /testsuite/tests/printer
parente5525a51900623e04ec914e9dcc7f4ad1fd3b528 (diff)
downloadhaskell-12f9035200424ec8104484f154a040d612fee99d.tar.gz
Remove {-# CORE #-} pragma (part of #18048)
This pragma has no effect since 2011. It was introduced for External Core, which no longer exists. Updates haddock submodule.
Diffstat (limited to 'testsuite/tests/printer')
-rw-r--r--testsuite/tests/printer/Ppr009.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/printer/Ppr009.hs b/testsuite/tests/printer/Ppr009.hs
index d24ecdc517..baaeb211db 100644
--- a/testsuite/tests/printer/Ppr009.hs
+++ b/testsuite/tests/printer/Ppr009.hs
@@ -3,7 +3,6 @@ module Ppr009 where
{-# INLINE strictStream #-}
strictStream (Bitstream l v)
- = {-# CORE "Strict Bitstream stream" #-}
- S.concatMap stream (GV.stream v)
+ = S.concatMap stream (GV.stream v)
`S.sized`
Exact l