[project @ 2000-04-11 11:11:18 by simonmar]
authorsimonmar <unknown>
Tue, 11 Apr 2000 11:12:44 +0000 (11:12 +0000)
committersimonmar <unknown>
Tue, 11 Apr 2000 11:12:44 +0000 (11:12 +0000)
update expected output

ghc/tests/reader/should_compile/read005.stderr
ghc/tests/reader/should_compile/read014.stderr
ghc/tests/rename/should_fail/rnfail001.stderr

index c14fb40..ae9922b 100644 (file)
@@ -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:
index 1b68fe4..d8552f2 100644 (file)
@@ -1,7 +1,7 @@
 
 rnfail001.hs:3:
     Conflicting definitions for `x'
-    in a pattern type-signature
+    in in a pattern match
 
 Compilation had errors