[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