summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail136.stderr
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.uu.nl>2011-11-21 10:50:35 +0000
committerJose Pedro Magalhaes <jpm@cs.uu.nl>2011-11-21 14:57:56 +0000
commit42967bc491d5d8bdc625d20243f1b90efa3bdd65 (patch)
tree6296b13836c0e3ce27b380645c420aa101fa12b6 /testsuite/tests/typecheck/should_fail/tcfail136.stderr
parent6f9490423393ec97c5fad4862c6d97f5ec92452d (diff)
downloadhaskell-42967bc491d5d8bdc625d20243f1b90efa3bdd65.tar.gz
Update outputs after renaming the ? and ?? kinds
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail136.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail136.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail136.stderr b/testsuite/tests/typecheck/should_fail/tcfail136.stderr
index 229cd1ff41..d91d2e302f 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail136.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail136.stderr
@@ -1,7 +1,7 @@
tcfail136.hs:9:35:
`SymDict' is not applied to enough type arguments
- Expected kind `??', but `SymDict' has kind `* -> *'
+ Expected kind `ArgKind', but `SymDict' has kind `* -> *'
In the type `SymDict'
In the definition of data constructor `SymTable'
In the data type declaration for `SymTable'