From: sof Date: Sat, 23 Jan 1999 18:02:59 +0000 (+0000) Subject: [project @ 1999-01-23 18:02:58 by sof] X-Git-Tag: Approx_2487_patches~4 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ee08b71b0dcb0c00061b2eb38361c3b61902d473;p=ghc-hetmet.git [project @ 1999-01-23 18:02:58 by sof] Updated --- diff --git a/ghc/tests/simplCore/should_compile/simpl001.hs b/ghc/tests/simplCore/should_compile/simpl001.hs index c481365..9b3adc5 100644 --- a/ghc/tests/simplCore/should_compile/simpl001.hs +++ b/ghc/tests/simplCore/should_compile/simpl001.hs @@ -1,4 +1,4 @@ ---!!! Desugaring sections with function-type arguments +-- !!! Desugaring sections with function-type arguments -- Although this is really a desugaring test, the problem is -- only tickled by the simplifier diff --git a/ghc/tests/simplCore/should_compile/simpl002.hs b/ghc/tests/simplCore/should_compile/simpl002.hs index 578c13a..58e072f 100644 --- a/ghc/tests/simplCore/should_compile/simpl002.hs +++ b/ghc/tests/simplCore/should_compile/simpl002.hs @@ -1,4 +1,4 @@ ---!!! class/instance mumble that failed Lint at one time +-- !!! class/instance mumble that failed Lint at one time -- module Test where class Foo a where diff --git a/ghc/tests/simplCore/should_compile/simpl003.hs b/ghc/tests/simplCore/should_compile/simpl003.hs index 2d2e9ba..3cd1af4 100644 --- a/ghc/tests/simplCore/should_compile/simpl003.hs +++ b/ghc/tests/simplCore/should_compile/simpl003.hs @@ -1,4 +1,4 @@ ---!! INLINE on recursive functions. +-- !! INLINE on recursive functions. {- Date: Thu, 8 Dec 94 11:38:24 GMT From: Julian Seward (DRL PhD)