summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-03-13 17:56:18 -0500
committerAustin Seipp <austin@well-typed.com>2014-03-13 17:56:36 -0500
commitcbdd83288bc3d3d2f07eadf800e9f2b27916c168 (patch)
tree49fa120b114e8f072bb30fa88f9fd90a1eff19eb /testsuite/tests/simplCore
parentb99ace39cb2484bfc2d648b55a1a43ed78e4b9a0 (diff)
downloadhaskell-cbdd83288bc3d3d2f07eadf800e9f2b27916c168.tar.gz
Fix T2110 now that base has map/coerce rule.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/simplCore')
-rw-r--r--testsuite/tests/simplCore/should_run/T2110.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/tests/simplCore/should_run/T2110.hs b/testsuite/tests/simplCore/should_run/T2110.hs
index fb657818d4..610be095ae 100644
--- a/testsuite/tests/simplCore/should_run/T2110.hs
+++ b/testsuite/tests/simplCore/should_run/T2110.hs
@@ -3,10 +3,6 @@
import GHC.Exts
import Unsafe.Coerce
-{-# RULES
-"map/coerce" map coerce = coerce
- #-}
-
newtype Age = Age Int
fooAge :: [Int] -> [Age]