diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-22 16:41:10 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-22 16:42:57 +0000 |
commit | d3ea4ce6e7bfee863f26ff508ecbb57c80df86a7 (patch) | |
tree | 4e1614e2218dff5cea87c0c6daf11e29c9f3eefa /testsuite/tests/th/T8412.stderr | |
parent | e4e7aff02ecf0a65853167142adefe31e539402e (diff) | |
download | haskell-d3ea4ce6e7bfee863f26ff508ecbb57c80df86a7.tar.gz |
Error message wibbles
Diffstat (limited to 'testsuite/tests/th/T8412.stderr')
-rw-r--r-- | testsuite/tests/th/T8412.stderr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/th/T8412.stderr b/testsuite/tests/th/T8412.stderr index 21d43e472f..8def7843d5 100644 --- a/testsuite/tests/th/T8412.stderr +++ b/testsuite/tests/th/T8412.stderr @@ -1,6 +1,5 @@ T8412.hs:5:12: Illegal literal in type (type literals must not be negative): -1 - In the result of the splice: - $(return $ LitT $ NumTyLit (- 1)) + In the splice: $(return $ LitT $ NumTyLit (- 1)) To see what the splice expanded to, use -ddump-splices |