diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-11-30 19:09:11 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-11-30 19:11:07 -0500 |
commit | 6c54fa512c4280e8047ba7891d42ba14bb88b149 (patch) | |
tree | 75a71cda46d7d03bb2a27507e848e222f8cc6cf9 /testsuite/tests/polykinds/all.T | |
parent | c2a2911fe6c9047bc078bb0b370c6a90454cde55 (diff) | |
download | haskell-6c54fa512c4280e8047ba7891d42ba14bb88b149.tar.gz |
testsuite: Add another testcase for #11821
Diffstat (limited to 'testsuite/tests/polykinds/all.T')
-rw-r--r-- | testsuite/tests/polykinds/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/all.T b/testsuite/tests/polykinds/all.T index db0693230d..c5ec8ace85 100644 --- a/testsuite/tests/polykinds/all.T +++ b/testsuite/tests/polykinds/all.T @@ -147,6 +147,7 @@ test('T11648', normal, compile, ['']) test('T11648b', normal, compile_fail, ['']) test('KindVType', normal, compile_fail, ['']) test('T11821', normal, compile, ['']) +test('T11821a', normal, compile, ['']) test('T11640', normal, compile, ['']) test('T11554', normal, compile_fail, ['']) test('T12055', normal, compile, ['']) |