summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/all.T
diff options
context:
space:
mode:
authorsheaf <sam.derbyshire@gmail.com>2022-04-05 20:26:34 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-04-08 03:01:16 -0400
commit64ac20a72dfda1f6122d5c6dd5077796cd94f124 (patch)
tree17ed3bd80cfef3b3917a2ba66da4ee0ba72e3da3 /testsuite/tests/typecheck/should_fail/all.T
parentb2dbcc7d28f11de92441fae3f20c6dc35498469f (diff)
downloadhaskell-64ac20a72dfda1f6122d5c6dd5077796cd94f124.tar.gz
Add test for #21338
This no-skolem-info bug was fixed by the no-skolem-info patch that will be part of GHC 9.4. This patch adds a regression test for the issue reported in issue #21338. Fixes #21338.
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/all.T')
-rw-r--r--testsuite/tests/typecheck/should_fail/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index af529398f3..c856ca7e95 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -653,3 +653,4 @@ test('T20064', normal, compile_fail, [''])
test('T21130', normal, compile_fail, [''])
test('T20768_fail', normal, compile_fail, [''])
test('T21327', normal, compile_fail, [''])
+test('T21338', normal, compile_fail, [''])