summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/gadt10.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/gadt/gadt10.stderr
parent6f9490423393ec97c5fad4862c6d97f5ec92452d (diff)
downloadhaskell-42967bc491d5d8bdc625d20243f1b90efa3bdd65.tar.gz
Update outputs after renaming the ? and ?? kinds
Diffstat (limited to 'testsuite/tests/gadt/gadt10.stderr')
-rw-r--r--testsuite/tests/gadt/gadt10.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/gadt10.stderr b/testsuite/tests/gadt/gadt10.stderr
index 7858f51e8b..eab4721970 100644
--- a/testsuite/tests/gadt/gadt10.stderr
+++ b/testsuite/tests/gadt/gadt10.stderr
@@ -1,7 +1,7 @@
gadt10.hs:6:24:
`RInt' is not applied to enough type arguments
- Expected kind `??', but `RInt' has kind `k0 -> *'
+ Expected kind `ArgKind', but `RInt' has kind `k0 -> *'
In the type `RInt'
In the definition of data constructor `R'
In the data type declaration for `RInt'