From 0d005e4d7258032d1956ef7c68a8df43bd1cc44d Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 8 Aug 2001 14:29:59 +0000 Subject: [PATCH] [project @ 2001-08-08 14:29:59 by simonmar] Remove parse error. This test actually doesn't work! --- ghc/tests/typecheck/should_compile/tc126.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc/tests/typecheck/should_compile/tc126.hs b/ghc/tests/typecheck/should_compile/tc126.hs index 841acf0..6748eb3 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 -- 1.7.10.4