[commit: testsuite] master: Wibbles to output from refactoring datacon code (51e1b8b)

Richard Eisenberg eir at ghc.haskell.org
Sun Aug 4 18:25:08 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/51e1b8bf431f6e08dcd46d9f190f70f2ae6f696a

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

commit 51e1b8bf431f6e08dcd46d9f190f70f2ae6f696a
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Sun Aug 4 17:24:48 2013 +0100

    Wibbles to output from refactoring datacon code

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

 tests/gadt/gadt11.stderr                     |    2 +-
 tests/typecheck/should_fail/T7175.stderr     |    2 +-
 tests/typecheck/should_fail/tcfail155.stderr |    2 +-
 tests/typecheck/should_fail/tcfail176.stderr |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/gadt/gadt11.stderr b/tests/gadt/gadt11.stderr
index b753bd9..c2e63f0 100644
--- a/tests/gadt/gadt11.stderr
+++ b/tests/gadt/gadt11.stderr
@@ -1,6 +1,6 @@
 
 gadt11.hs:12:3:
     Data constructor ‛L2’ returns type ‛T1 Bool’
-      instead of an instance of its parent type ‛T2 a’
+      instead of an instance of its parent type ‛T2’
     In the definition of data constructor ‛L2’
     In the data declaration for ‛T2’
diff --git a/tests/typecheck/should_fail/T7175.stderr b/tests/typecheck/should_fail/T7175.stderr
index e65918c..f6adfff 100644
--- a/tests/typecheck/should_fail/T7175.stderr
+++ b/tests/typecheck/should_fail/T7175.stderr
@@ -1,6 +1,6 @@
 
 T7175.hs:8:4:
     Data constructor ‛G1C’ returns type ‛F Int’
-      instead of an instance of its parent type ‛G1 a’
+      instead of an instance of its parent type ‛G1’
     In the definition of data constructor ‛G1C’
     In the data declaration for ‛G1’
diff --git a/tests/typecheck/should_fail/tcfail155.stderr b/tests/typecheck/should_fail/tcfail155.stderr
index 58426f4..15d6d69 100644
--- a/tests/typecheck/should_fail/tcfail155.stderr
+++ b/tests/typecheck/should_fail/tcfail155.stderr
@@ -1,6 +1,6 @@
 
 tcfail155.hs:8:6:
     Data constructor ‛P’ returns type ‛L2’
-      instead of an instance of its parent type ‛T a’
+      instead of an instance of its parent type ‛T’
     In the definition of data constructor ‛P’
     In the data declaration for ‛T’
diff --git a/tests/typecheck/should_fail/tcfail176.stderr b/tests/typecheck/should_fail/tcfail176.stderr
index cb829b4..c19885a 100644
--- a/tests/typecheck/should_fail/tcfail176.stderr
+++ b/tests/typecheck/should_fail/tcfail176.stderr
@@ -1,6 +1,6 @@
 
 tcfail176.hs:7:21:
     Data constructor ‛Bug’ returns type ‛Maybe a’
-      instead of an instance of its parent type ‛Bug a’
+      instead of an instance of its parent type ‛Bug’
     In the definition of data constructor ‛Bug’
     In the newtype declaration for ‛Bug’






More information about the ghc-commits mailing list