summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5971.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-04-05 13:36:19 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-04-05 13:36:19 +0100
commit597bbcfa13c02d57406b2c4964faf8d48a4f649c (patch)
treee7db1e633d014d9f1e72d9d9efb54be0849560e2 /testsuite/tests/th/T5971.stderr
parent704c150bef519211b0bc9f18ec2aef49542b4d97 (diff)
downloadhaskell-597bbcfa13c02d57406b2c4964faf8d48a4f649c.tar.gz
Accept improved error message
Diffstat (limited to 'testsuite/tests/th/T5971.stderr')
-rw-r--r--testsuite/tests/th/T5971.stderr4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/th/T5971.stderr b/testsuite/tests/th/T5971.stderr
index 23e6b8db8d..2ad5439fda 100644
--- a/testsuite/tests/th/T5971.stderr
+++ b/testsuite/tests/th/T5971.stderr
@@ -1,7 +1,9 @@
T5971.hs:6:7:
The exact Name `x' is not in scope
- Probable cause: you used a unique name (NameU) in Template Haskell but did not bind it
+ Probable cause: you used a unique name (NameU), perhaps via newName,
+ in Template Haskell, but did not bind it
+ If that's it, then -ddump-splices might be useful
In the result of the splice:
$(newName "x" >>= varE)
To see what the splice expanded to, use -ddump-splices