summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2016-06-28 13:39:51 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2016-06-28 13:41:41 +0100
commitdc62a22279846abe7e84ef57896f0a38f6b7b845 (patch)
tree9bfa2b1407d04bd5386b4ac65ce082c252387579
parent23b80ac41cc945cea0fc6ff9ade6b4be8aa81b7f (diff)
downloadhaskell-dc62a22279846abe7e84ef57896f0a38f6b7b845.tar.gz
Wibble error message for #11471
I'm not quite sure why this changed with my two recent commits, but it /has/ changed (in a benign way) so I'm accepting it. Maybe it wasn't me anyway... but life is short and I'm not inclined to dig further.
-rw-r--r--testsuite/tests/dependent/should_fail/T11471.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/dependent/should_fail/T11471.stderr b/testsuite/tests/dependent/should_fail/T11471.stderr
index 0578910d48..80c5fc606c 100644
--- a/testsuite/tests/dependent/should_fail/T11471.stderr
+++ b/testsuite/tests/dependent/should_fail/T11471.stderr
@@ -16,3 +16,4 @@ T11471.hs:15:35: error:
• In the second argument of ‘f’, namely ‘3#’
In the expression: f (undefined :: Proxy Int#) 3#
In an equation for ‘bad’: bad = f (undefined :: Proxy Int#) 3#
+ • Relevant bindings include bad :: F Int# (bound at T11471.hs:15:1)