summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/stringSource.hs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-07-11 03:02:09 +0200
committerKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-07-12 18:22:46 +0200
commit494f55ec7ce17302c345e961d3a0b14da80ad72e (patch)
treed362944c95463faf9cf881deb28fd7849172e079 /testsuite/tests/ghc-api/annotations/stringSource.hs
parentc4de6a7a5c6433ae8c4df8a9fa09fbd9f3bbd0bf (diff)
downloadhaskell-wip/no-core.tar.gz
Remove {-# CORE #-} pragma (part of #18048)wip/no-core
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/ghc-api/annotations/stringSource.hs')
-rw-r--r--testsuite/tests/ghc-api/annotations/stringSource.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/annotations/stringSource.hs b/testsuite/tests/ghc-api/annotations/stringSource.hs
index 776aebd048..2bc2638e84 100644
--- a/testsuite/tests/ghc-api/annotations/stringSource.hs
+++ b/testsuite/tests/ghc-api/annotations/stringSource.hs
@@ -84,7 +84,6 @@ testOneFile libdir fileName = do
doHsExpr _ = []
doPragE :: HsPragE GhcPs -> [(String,[Located (SourceText,FastString)])]
- doPragE (HsPragCore _ src ss) = [("co",[conv (noLoc ss)])]
doPragE (HsPragSCC _ src ss) = [("sc",[conv (noLoc ss)])]
doPragE (HsPragTick _ src (ss,_,_) _ss2) = [("tp",[conv (noLoc ss)])]