diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-25 16:59:17 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-25 16:59:26 +0000 |
commit | 58e199371ca611d9971124c1a41b9609304c7b74 (patch) | |
tree | 1e56411f0d928f179a1658ed7a03020bd51bf3c0 /testsuite/tests/th/TH_1tuple.stderr | |
parent | a56dadc51db079c8c1b3f5ed5159af6721073b73 (diff) | |
download | haskell-58e199371ca611d9971124c1a41b9609304c7b74.tar.gz |
Error message wibbles
Diffstat (limited to 'testsuite/tests/th/TH_1tuple.stderr')
-rw-r--r-- | testsuite/tests/th/TH_1tuple.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/TH_1tuple.stderr b/testsuite/tests/th/TH_1tuple.stderr index cd6aaca8cd..4e1d38b879 100644 --- a/testsuite/tests/th/TH_1tuple.stderr +++ b/testsuite/tests/th/TH_1tuple.stderr @@ -2,4 +2,4 @@ TH_1tuple.hs:11:7: Illegal 1-tuple type constructor When splicing a TH expression: 1 :: () - In the expression: $(sigE [| 1 |] (tupleT 1)) + In the splice: $(sigE [| 1 |] (tupleT 1)) |