summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.uu.nl>2011-11-25 15:55:17 +0000
committerJose Pedro Magalhaes <jpm@cs.uu.nl>2011-11-25 16:53:02 +0000
commitd4f962ff6583e6dcb75120b9b64a81d33bdc6634 (patch)
tree2b86522957d104d79cd3a6417569148fdb8657cd /testsuite/tests/gadt
parent8b9a506affa9f681b1d9164ffe45ebf35711cf5b (diff)
downloadhaskell-d4f962ff6583e6dcb75120b9b64a81d33bdc6634.tar.gz
Update outputs
We now print less kind information in error messages
Diffstat (limited to 'testsuite/tests/gadt')
-rw-r--r--testsuite/tests/gadt/gadt10.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/gadt/gadt10.stderr b/testsuite/tests/gadt/gadt10.stderr
index eab4721970..b93128880b 100644
--- a/testsuite/tests/gadt/gadt10.stderr
+++ b/testsuite/tests/gadt/gadt10.stderr
@@ -1,7 +1,6 @@
gadt10.hs:6:24:
- `RInt' is not applied to enough type arguments
- Expected kind `ArgKind', but `RInt' has kind `k0 -> *'
+ Expecting one more argument to `RInt'
In the type `RInt'
In the definition of data constructor `R'
In the data type declaration for `RInt'