From ee08b71b0dcb0c00061b2eb38361c3b61902d473 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 23 Jan 1999 18:02:59 +0000 Subject: [PATCH] [project @ 1999-01-23 18:02:58 by sof] Updated --- ghc/tests/simplCore/should_compile/simpl001.hs | 2 +- ghc/tests/simplCore/should_compile/simpl002.hs | 2 +- ghc/tests/simplCore/should_compile/simpl003.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.10.4