summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5331.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-10-21 16:43:19 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2011-10-21 16:43:19 +0100
commite1bd9060966897573d8c6966549f4ed93c606e18 (patch)
tree3fbcfd2d29dfb7bbb0407b65eb96a4f04c24532b /testsuite/tests/rename/should_compile/T5331.hs
parent06d7440bab8e90e9238ea5d4b6f65e8f8ed0a41c (diff)
downloadhaskell-e1bd9060966897573d8c6966549f4ed93c606e18.tar.gz
Fix T5331; it had a misplaced signature
This bug was previously undetected; now test 'Misplaced' checks for it
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