diff options
author | Jose Pedro Magalhaes <jpm@cs.uu.nl> | 2011-11-25 15:55:17 +0000 |
---|---|---|
committer | Jose Pedro Magalhaes <jpm@cs.uu.nl> | 2011-11-25 16:53:02 +0000 |
commit | d4f962ff6583e6dcb75120b9b64a81d33bdc6634 (patch) | |
tree | 2b86522957d104d79cd3a6417569148fdb8657cd /testsuite/tests/generics | |
parent | 8b9a506affa9f681b1d9164ffe45ebf35711cf5b (diff) | |
download | haskell-d4f962ff6583e6dcb75120b9b64a81d33bdc6634.tar.gz |
Update outputs
We now print less kind information in error messages
Diffstat (limited to 'testsuite/tests/generics')
-rw-r--r-- | testsuite/tests/generics/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/generics/all.T b/testsuite/tests/generics/all.T index f9e75c7a88..4abc24fcd4 100644 --- a/testsuite/tests/generics/all.T +++ b/testsuite/tests/generics/all.T @@ -2,6 +2,7 @@ setTestOpts(only_compiler_types(['ghc'])) test('GenCanDoRep0', normal, compile, ['']) test('GenDerivOutput', normal, compile, ['-dsuppress-uniques']) +test('GenBigTypes', normal, compile, ['']) test('GenShouldFail0', normal, compile_fail, ['']) test('GenCannotDoRep0', normal, compile_fail, ['']) |