summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T7944.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/T7944.hs')
-rw-r--r--testsuite/tests/simplCore/should_compile/T7944.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T7944.hs b/testsuite/tests/simplCore/should_compile/T7944.hs
index bb62427e0a..7f9acbf0c7 100644
--- a/testsuite/tests/simplCore/should_compile/T7944.hs
+++ b/testsuite/tests/simplCore/should_compile/T7944.hs
@@ -1,10 +1,6 @@
module T7944 where
-import GHC.Exts
-
--- Force specialisation of "go"
-data SPEC = SPEC | SPEC2
-{-# ANN type SPEC ForceSpecConstr #-}
+import GHC.Types
-- This is more or less just an ordinary fold
go :: SPEC -> [a] -> IntMap a -> IntMap a