diff options
Diffstat (limited to 'testsuite/tests/th/T5971.stderr')
-rw-r--r-- | testsuite/tests/th/T5971.stderr | 3 |
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) |