diff options
author | Austin Seipp <austin@well-typed.com> | 2014-03-13 17:56:18 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-03-13 17:56:36 -0500 |
commit | cbdd83288bc3d3d2f07eadf800e9f2b27916c168 (patch) | |
tree | 49fa120b114e8f072bb30fa88f9fd90a1eff19eb /testsuite/tests/simplCore | |
parent | b99ace39cb2484bfc2d648b55a1a43ed78e4b9a0 (diff) | |
download | haskell-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.hs | 4 |
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] |