diff options
Diffstat (limited to 'testsuite/tests/th/T15270B.stderr')
-rw-r--r-- | testsuite/tests/th/T15270B.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/th/T15270B.stderr b/testsuite/tests/th/T15270B.stderr new file mode 100644 index 0000000000..3403d13e2b --- /dev/null +++ b/testsuite/tests/th/T15270B.stderr @@ -0,0 +1,5 @@ + +T15270B.hs:8:7: + Illegal variable name: ‘Just’ + When splicing a TH expression: GHC.Maybe.Just + In the untyped splice: $(varE 'Just) |