[project @ 2001-08-08 14:29:59 by simonmar]
authorsimonmar <unknown>
Wed, 8 Aug 2001 14:29:59 +0000 (14:29 +0000)
committersimonmar <unknown>
Wed, 8 Aug 2001 14:29:59 +0000 (14:29 +0000)
Remove parse error.  This test actually doesn't work!

ghc/tests/typecheck/should_compile/tc126.hs

index 841acf0..6748eb3 100644 (file)
@@ -5,8 +5,6 @@
 
 module ShouldCompile where
 
-module Foo where
-
 class Bug f a r | f a -> r where
    bug::f->a->r