summaryrefslogtreecommitdiff
path: root/ghc/tests
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-08-08 14:29:59 +0000
committersimonmar <unknown>2001-08-08 14:29:59 +0000
commit0d005e4d7258032d1956ef7c68a8df43bd1cc44d (patch)
tree5835e31a793f1febf825f37b61bc6abe8762d26a /ghc/tests
parenta7f5d12382a35ca9ba27f5bd012308983c2d156e (diff)
downloadhaskell-0d005e4d7258032d1956ef7c68a8df43bd1cc44d.tar.gz
[project @ 2001-08-08 14:29:59 by simonmar]
Remove parse error. This test actually doesn't work!
Diffstat (limited to 'ghc/tests')
-rw-r--r--ghc/tests/typecheck/should_compile/tc126.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc/tests/typecheck/should_compile/tc126.hs b/ghc/tests/typecheck/should_compile/tc126.hs
index 841acf01d6..6748eb3bdf 100644
--- a/ghc/tests/typecheck/should_compile/tc126.hs
+++ b/ghc/tests/typecheck/should_compile/tc126.hs
@@ -5,8 +5,6 @@
module ShouldCompile where
-module Foo where
-
class Bug f a r | f a -> r where
bug::f->a->r