summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod180.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-11-06 16:55:54 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-11-06 16:55:54 +0000
commit22bcd5e6c24c05fd8afc6f9945783bc4661050be (patch)
tree31e1e7cc388ed8a002d6820052c1d4625b803185 /testsuite/tests/module/mod180.stderr
parentbc5f6f549f7c6a42b95fceb0a363830a05747a4e (diff)
downloadhaskell-22bcd5e6c24c05fd8afc6f9945783bc4661050be.tar.gz
Wibbles following fix to Trac #8278
The error message for ghci052 and ghci053 are (still) terrible, because there is shadowing going on in the interactive context. But that's a separate matter.
Diffstat (limited to 'testsuite/tests/module/mod180.stderr')
-rw-r--r--testsuite/tests/module/mod180.stderr5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod180.stderr b/testsuite/tests/module/mod180.stderr
index 2647f2ada7..dd582e6962 100644
--- a/testsuite/tests/module/mod180.stderr
+++ b/testsuite/tests/module/mod180.stderr
@@ -1,5 +1,8 @@
mod180.hs:8:5:
- Couldn't match expected type ‛T’ with actual type ‛main:Mod180_A.T’
+ Couldn't match expected type ‛T’
+ with actual type ‛main:Mod180_A.T’
+ NB: ‛T’ is defined in ‛Mod180_B’
+ ‛main:Mod180_A.T’ is defined in ‛Mod180_A’
In the expression: x
In an equation for ‛z’: z = x