diff options
author | Geoffrey Mainland <mainland@apeiron.net> | 2013-05-16 15:08:07 +0100 |
---|---|---|
committer | Geoffrey Mainland <mainland@apeiron.net> | 2013-10-04 14:58:40 -0400 |
commit | 1d43475bc175c2ec6df5c6b71832ffa7d1ee002b (patch) | |
tree | 68eb1c0d1a9467d06ec6f41e9b9b92f8712952b4 /testsuite/tests/th/T5795.stderr | |
parent | 4ccdc324530d51caad2098774e741b6c8c4dd74f (diff) | |
download | haskell-1d43475bc175c2ec6df5c6b71832ffa7d1ee002b.tar.gz |
Fix test wibbles for new Template Haskell.
Because splices are now run in the renamer, we do not get the same error context
as we would when running in the type checker. In most cases we get less context,
and in some cases I have added additional context. Error messages should at
least tell the user that an error occurred in a splice; dropping context beyond
that point is not judged a great loss.
Note that we may now report only one error when multiple errors were reported
before because splices are now run in the renamer.
Diffstat (limited to 'testsuite/tests/th/T5795.stderr')
-rw-r--r-- | testsuite/tests/th/T5795.stderr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/th/T5795.stderr b/testsuite/tests/th/T5795.stderr index 74d6c34941..dd909f14ee 100644 --- a/testsuite/tests/th/T5795.stderr +++ b/testsuite/tests/th/T5795.stderr @@ -4,4 +4,3 @@ T5795.hs:9:6: ‛ty’ is used in a top-level splice or annotation, and must be imported, not defined locally In the expression: ty - In the type signature for ‛f’: f :: $ty |