diff options
Diffstat (limited to 'testsuite/tests/th/T5971.stderr')
-rw-r--r-- | testsuite/tests/th/T5971.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/th/T5971.stderr b/testsuite/tests/th/T5971.stderr new file mode 100644 index 0000000000..9d647d1ea7 --- /dev/null +++ b/testsuite/tests/th/T5971.stderr @@ -0,0 +1,7 @@ + +T5971.hs:6:7: + The exact Name ‛x’ is not in scope + 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 splice: $(newName "x" >>= varE) |