summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-06-30 00:57:25 +0100
committerIan Lynagh <igloo@earth.li>2012-06-30 00:57:25 +0100
commit3195d4738cc2920cd8ba05bbfbafc39aa57acd95 (patch)
tree104014edc802f28cac70ccbab4997adca9e1c1a4 /testsuite/tests/deSugar
parent8542e255b25f7b31372a225addd95461946684ea (diff)
downloadhaskell-3195d4738cc2920cd8ba05bbfbafc39aa57acd95.tar.gz
Fix ds055 (redundant import of Data.HashTable removed)
Diffstat (limited to 'testsuite/tests/deSugar')
-rw-r--r--testsuite/tests/deSugar/should_compile/ds055.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds055.hs b/testsuite/tests/deSugar/should_compile/ds055.hs
index 280fe968d2..0fe593dd9a 100644
--- a/testsuite/tests/deSugar/should_compile/ds055.hs
+++ b/testsuite/tests/deSugar/should_compile/ds055.hs
@@ -7,7 +7,6 @@
module Foo where
import Data.Data
- import Data.HashTable
data Item = forall a. (Data a) => Leaf Bool a
| forall a. (Data a) => Branch Bool a Int Int