summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5508.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/T5508.stderr
parenta56dadc51db079c8c1b3f5ed5159af6721073b73 (diff)
downloadhaskell-58e199371ca611d9971124c1a41b9609304c7b74.tar.gz
Error message wibbles
Diffstat (limited to 'testsuite/tests/th/T5508.stderr')
-rw-r--r--testsuite/tests/th/T5508.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/T5508.stderr b/testsuite/tests/th/T5508.stderr
index f1a553a02b..3cd9bf27ed 100644
--- a/testsuite/tests/th/T5508.stderr
+++ b/testsuite/tests/th/T5508.stderr
@@ -2,6 +2,6 @@ T5508.hs:(7,9)-(9,28): Splicing expression
do { let x = mkName "x"
v = return (LamE [VarP x] $ VarE x);
[| $v . id |]
- pending(rn) [(splice, v)] }
+ pending(rn) [<splice, v>] }
======>
((\ x -> x) . id)