summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T6114.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-11-25 16:59:17 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-11-25 16:59:26 +0000
commit58e199371ca611d9971124c1a41b9609304c7b74 (patch)
tree1e56411f0d928f179a1658ed7a03020bd51bf3c0 /testsuite/tests/th/T6114.stderr
parenta56dadc51db079c8c1b3f5ed5159af6721073b73 (diff)
downloadhaskell-58e199371ca611d9971124c1a41b9609304c7b74.tar.gz
Error message wibbles
Diffstat (limited to 'testsuite/tests/th/T6114.stderr')
-rw-r--r--testsuite/tests/th/T6114.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/T6114.stderr b/testsuite/tests/th/T6114.stderr
index ff93cb2d7a..6267aa6405 100644
--- a/testsuite/tests/th/T6114.stderr
+++ b/testsuite/tests/th/T6114.stderr
@@ -5,7 +5,7 @@ T6114.hs:6:17:
perhaps via newName, but did not bind it
If that's it, then -ddump-splices might be useful
In the argument of reifyInstances: GHC.Classes.Eq x_0
- In the expression:
+ In the splice:
$(do { xName <- newName "x";
instanceType <- [t| $(varT xName) |];
_ <- reifyInstances ''Eq [instanceType];