summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5331.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T5331.hs')
-rw-r--r--testsuite/tests/rename/should_compile/T5331.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/rename/should_compile/T5331.hs b/testsuite/tests/rename/should_compile/T5331.hs
index 4e7343e56b..6e92d91a6e 100644
--- a/testsuite/tests/rename/should_compile/T5331.hs
+++ b/testsuite/tests/rename/should_compile/T5331.hs
@@ -5,9 +5,6 @@ module Foo where
data T a
-instance Eq (T a)
-{-# SPECIALISE instance forall a.Eq (T Int) #-}
-
data S = forall a.S1
data W where