From: simonmar Date: Tue, 11 Apr 2000 11:12:44 +0000 (+0000) Subject: [project @ 2000-04-11 11:11:18 by simonmar] X-Git-Tag: Approximately_9120_patches~4746 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=32b14e3fb61c8a2fe34fc26d806d61af2ad6d24d;p=ghc-hetmet.git [project @ 2000-04-11 11:11:18 by simonmar] update expected output --- diff --git a/ghc/tests/reader/should_compile/read005.stderr b/ghc/tests/reader/should_compile/read005.stderr index e69de29..482b571 100644 --- a/ghc/tests/reader/should_compile/read005.stderr +++ b/ghc/tests/reader/should_compile/read005.stderr @@ -0,0 +1 @@ +Haskell compiler received signal 2 diff --git a/ghc/tests/reader/should_compile/read014.stderr b/ghc/tests/reader/should_compile/read014.stderr index c14fb40..ae9922b 100644 --- a/ghc/tests/reader/should_compile/read014.stderr +++ b/ghc/tests/reader/should_compile/read014.stderr @@ -6,19 +6,19 @@ read014.hs:4: Warning: Defined but not used: x read014.hs:8: Warning: Defined but not used: x read014.hs:6: - Warning: No explicit method nor default method for `+' + Warning: No explicit method nor default method for `*' in an instance declaration for `Num' read014.hs:6: - Warning: No explicit method nor default method for `*' + Warning: No explicit method nor default method for `+' in an instance declaration for `Num' read014.hs:6: - Warning: No explicit method nor default method for `abs' + Warning: No explicit method nor default method for `signum' in an instance declaration for `Num' read014.hs:6: - Warning: No explicit method nor default method for `signum' + Warning: No explicit method nor default method for `abs' in an instance declaration for `Num' read014.hs:6: diff --git a/ghc/tests/rename/should_fail/rnfail001.stderr b/ghc/tests/rename/should_fail/rnfail001.stderr index 1b68fe4..d8552f2 100644 --- a/ghc/tests/rename/should_fail/rnfail001.stderr +++ b/ghc/tests/rename/should_fail/rnfail001.stderr @@ -1,7 +1,7 @@ rnfail001.hs:3: Conflicting definitions for `x' - in a pattern type-signature + in in a pattern match Compilation had errors