summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/all.T
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2022-05-31 13:08:05 +0530
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-01 01:18:50 -0400
commit15111af6adb1c85af5b17088134c9e71bee025e3 (patch)
treec51a704fc5b1242e8fcafcec84477b99a2b8a61c /testsuite/tests/typecheck/should_compile/all.T
parent6b2f7ffea51304091bfa4bd1d88a58ea373ee551 (diff)
downloadhaskell-15111af6adb1c85af5b17088134c9e71bee025e3.tar.gz
Add regression test for #21550
This was fixed by ca90ffa321a31842a32be1b5b6e26743cd677ec5 "Use local instances with least superclass depth"
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/all.T')
-rw-r--r--testsuite/tests/typecheck/should_compile/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T
index dae6e5bca7..802eb9097d 100644
--- a/testsuite/tests/typecheck/should_compile/all.T
+++ b/testsuite/tests/typecheck/should_compile/all.T
@@ -855,3 +855,4 @@ test('DeepSubsumption08', normal, compile, [''])
test('DeepSubsumption09', normal, compile, [''])
test('T21951a', normal, compile, ['-Wredundant-strictness-flags'])
test('T21951b', normal, compile, ['-Wredundant-strictness-flags'])
+test('T21550', normal, compile, [''])