[commit: testsuite] master: Error message wibbles (559436a)

git at git.haskell.org git at git.haskell.org
Wed Nov 6 10:40:26 UTC 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/559436a1dbd7684770b8ba366355a6100d48682d/testsuite

>---------------------------------------------------------------

commit 559436a1dbd7684770b8ba366355a6100d48682d
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Nov 6 10:40:05 2013 +0000

    Error message wibbles


>---------------------------------------------------------------

559436a1dbd7684770b8ba366355a6100d48682d
 tests/parser/should_fail/T3811d.stderr      |    6 ++++--
 tests/parser/should_fail/readFail025.stderr |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/tests/parser/should_fail/T3811d.stderr b/tests/parser/should_fail/T3811d.stderr
index ddffea0..d0cbacc 100644
--- a/tests/parser/should_fail/T3811d.stderr
+++ b/tests/parser/should_fail/T3811d.stderr
@@ -1,4 +1,6 @@
 
 T3811d.hs:6:11:
-    Unexpected type ‛D Char’ where type variable expected
-    In the declaration of ‛C b (D Char) b’
+    Unexpected type ‛D Char’
+    In the class declaration for ‛C’
+    A class declaration should have form
+      class C a b c where ...
diff --git a/tests/parser/should_fail/readFail025.stderr b/tests/parser/should_fail/readFail025.stderr
index 0d74f86..e706e52 100644
--- a/tests/parser/should_fail/readFail025.stderr
+++ b/tests/parser/should_fail/readFail025.stderr
@@ -1,4 +1,6 @@
 
 readFail025.hs:5:8:
-    Unexpected type ‛String’ where type variable expected
-    In the declaration of ‛T String’
+    Unexpected type ‛String’
+    In the data declaration for ‛T’
+    A data declaration should have form
+      data T a b c = ...



More information about the ghc-commits mailing list