summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]