summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5971.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-11-22 16:41:10 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-11-22 16:42:57 +0000
commitd3ea4ce6e7bfee863f26ff508ecbb57c80df86a7 (patch)
tree4e1614e2218dff5cea87c0c6daf11e29c9f3eefa /testsuite/tests/th/T5971.stderr
parente4e7aff02ecf0a65853167142adefe31e539402e (diff)
downloadhaskell-d3ea4ce6e7bfee863f26ff508ecbb57c80df86a7.tar.gz
Error message wibbles
Diffstat (limited to 'testsuite/tests/th/T5971.stderr')
-rw-r--r--testsuite/tests/th/T5971.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/th/T5971.stderr b/testsuite/tests/th/T5971.stderr
index 16eb00a051..e6538c0b2f 100644
--- a/testsuite/tests/th/T5971.stderr
+++ b/testsuite/tests/th/T5971.stderr
@@ -4,7 +4,6 @@ T5971.hs:6:7:
Probable cause: you used a unique Template Haskell name (NameU),
perhaps via newName, but did not bind it
If that's it, then -ddump-splices might be useful
- In the result of the splice:
- $(newName "x" >>= varE)
+ In the splice: $(newName "x" >>= varE)
To see what the splice expanded to, use -ddump-splices
In the expression: $(newName "x" >>= varE)