diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-04-29 17:33:32 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-04-29 17:34:16 +0100 |
commit | d5bd2d37a84ec0fdb8a987ef58c3ad071a35afa3 (patch) | |
tree | d15ba2c43d8fe574db64129acb3a03bd745406c8 /testsuite/tests/ghci/scripts/ghci052.stderr | |
parent | f5d36751dad2d6d6d52649b746bb3c73a4ece076 (diff) | |
download | haskell-d5bd2d37a84ec0fdb8a987ef58c3ad071a35afa3.tar.gz |
Wibbles to error messages, following the fix for Trac #7851
In effect, the error context for naked variables now takes up
a "slot" in the context stack; but it is often empty. So the
context stack becomes one shorter in those cases. I don't think
this matters; indeed, it's aguably an improvement. Anyway that's
why so many tests are affected.
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci052.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci052.stderr | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci052.stderr b/testsuite/tests/ghci/scripts/ghci052.stderr index 2efada5344..089785b27f 100644 --- a/testsuite/tests/ghci/scripts/ghci052.stderr +++ b/testsuite/tests/ghci/scripts/ghci052.stderr @@ -4,21 +4,18 @@ with actual type ‛Planet’ In the first argument of ‛pn’, namely ‛Mercury’ In the expression: pn Mercury - In an equation for ‛it’: it = pn Mercury <interactive>:8:4: Couldn't match expected type ‛main::Interactive.Planet’ with actual type ‛Planet’ In the first argument of ‛pn’, namely ‛Venus’ In the expression: pn Venus - In an equation for ‛it’: it = pn Venus <interactive>:9:4: Couldn't match expected type ‛main::Interactive.Planet’ with actual type ‛Planet’ In the first argument of ‛pn’, namely ‛Mars’ In the expression: pn Mars - In an equation for ‛it’: it = pn Mars <interactive>:11:44: Couldn't match expected type ‛Planet’ |