diff options
author | simonmar <unknown> | 2000-04-11 11:12:44 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-04-11 11:12:44 +0000 |
commit | 32b14e3fb61c8a2fe34fc26d806d61af2ad6d24d (patch) | |
tree | bd2150ef31d364bc1a197334914560cc62168598 /ghc | |
parent | 8529126a1bae9b5ee55e109de0517402feb76da5 (diff) | |
download | haskell-32b14e3fb61c8a2fe34fc26d806d61af2ad6d24d.tar.gz |
[project @ 2000-04-11 11:11:18 by simonmar]
update expected output
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/tests/reader/should_compile/read005.stderr | 1 | ||||
-rw-r--r-- | ghc/tests/reader/should_compile/read014.stderr | 8 | ||||
-rw-r--r-- | ghc/tests/rename/should_fail/rnfail001.stderr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/ghc/tests/reader/should_compile/read005.stderr b/ghc/tests/reader/should_compile/read005.stderr index e69de29bb2..482b571640 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 c14fb40acf..ae9922bd1b 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 1b68fe45da..d8552f2775 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 |