[commit: ghc] master: T11145: Fix expected output (e6a44f2)
git at git.haskell.org
git at git.haskell.org
Sun Mar 20 21:12:06 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e6a44f2ae38aaa53834297305030d1b462d8b039/ghc
>---------------------------------------------------------------
commit e6a44f2ae38aaa53834297305030d1b462d8b039
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Mar 20 20:44:19 2016 +0100
T11145: Fix expected output
The uniques seem to keep changing here.
>---------------------------------------------------------------
e6a44f2ae38aaa53834297305030d1b462d8b039
testsuite/tests/th/T11145.stderr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/th/T11145.stderr b/testsuite/tests/th/T11145.stderr
index d198739..98e518c 100644
--- a/testsuite/tests/th/T11145.stderr
+++ b/testsuite/tests/th/T11145.stderr
@@ -3,6 +3,6 @@ T11145.hs:8:1: error:
• Data constructor ‘MkFuggle’ returns type ‘Fuggle
Int (Maybe Bool)’
instead of an instance of its parent type ‘Fuggle
- Int (Maybe (a_a4MT, b_a4MU))’
+ Int (Maybe (a_a4MU, b_a4MV))’
• In the definition of data constructor ‘MkFuggle’
In the data instance declaration for ‘Fuggle’
More information about the ghc-commits
mailing list