summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc/tests/reader/should_compile/read005.stderr1
-rw-r--r--ghc/tests/reader/should_compile/read014.stderr8
-rw-r--r--ghc/tests/rename/should_fail/rnfail001.stderr2
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