summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T3177a.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-03-30 13:35:31 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-03-30 13:35:31 +0100
commit1a9863942e28cd942884f40e36759fd25e24f5aa (patch)
treeee4c2bbfdfcaa9d408559e5a0a9a1f8dbab7a4b2 /testsuite/tests/th/T3177a.stderr
parent6137c0f3d399afe5e1a19296409645bc4cac3ff5 (diff)
downloadhaskell-1a9863942e28cd942884f40e36759fd25e24f5aa.tar.gz
TH_scopedTvs succeeds now we have scoped type variables in TH
Diffstat (limited to 'testsuite/tests/th/T3177a.stderr')
-rw-r--r--testsuite/tests/th/T3177a.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/T3177a.stderr b/testsuite/tests/th/T3177a.stderr
index 806a1f92a7..a39419b948 100644
--- a/testsuite/tests/th/T3177a.stderr
+++ b/testsuite/tests/th/T3177a.stderr
@@ -1,9 +1,9 @@
T3177a.hs:8:15:
`Int' is applied to too many type arguments
+ In the type `Int Int'
In the Template Haskell quotation [t| Int Int |]
In the first argument of `id', namely `[t| Int Int |]'
- In the expression: id [t| Int Int |]
T3177a.hs:11:6:
`Int' is applied to too many type arguments