summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5971.stderr
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-06-05 16:44:24 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-06-05 16:44:24 +0100
commitad4020db027dd4b9f5b3884d209252819452e5e5 (patch)
tree2eedadb9813ecf6f376c9979192e09d6a8297d79 /testsuite/tests/th/T5971.stderr
parent64910ca7b1d172a898bea86aa37d3207416fb1f4 (diff)
downloadhaskell-ad4020db027dd4b9f5b3884d209252819452e5e5.tar.gz
Fix testcase for #5971.
The error message was altered by commit aea8974888b74e5e85564aaed79c7871345f4f31.
Diffstat (limited to 'testsuite/tests/th/T5971.stderr')
-rw-r--r--testsuite/tests/th/T5971.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/th/T5971.stderr b/testsuite/tests/th/T5971.stderr
index 2ad5439fda..3a06330a47 100644
--- a/testsuite/tests/th/T5971.stderr
+++ b/testsuite/tests/th/T5971.stderr
@@ -1,8 +1,8 @@
T5971.hs:6:7:
The exact Name `x' is not in scope
- Probable cause: you used a unique name (NameU), perhaps via newName,
- in Template Haskell, but did not bind it
+ 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)