summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/all.T
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2020-12-23 11:17:28 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-12-24 06:41:43 -0500
commit9809474462527d36b9e237ee7012b08e0845b714 (patch)
treec449f6f8f8dd8722e4c879c1ad86ab7772c33515 /testsuite/tests/typecheck/should_fail/all.T
parente7d8e4eec179634b34c284c3fdb0bfd1b85f9928 (diff)
downloadhaskell-9809474462527d36b9e237ee7012b08e0845b714.tar.gz
Require ScopedTypeVariables+TypeApplications to use type applications in patterns
Fixes #19109.
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 3eff08d080..c55425ae3a 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -593,6 +593,7 @@ test('T10709', normal, compile_fail, [''])
test('T10709b', normal, compile_fail, [''])
test('GivenForallLoop', normal, compile_fail, [''])
test('T18891a', normal, compile_fail, [''])
+test('T19109', normal, compile_fail, [''])
test('TyAppPat_ExistentialEscape', normal, compile_fail, [''])
test('TyAppPat_MisplacedApplication', normal, compile_fail, [''])
test('TyAppPat_NonlinearMultiAppPat', normal, compile_fail, [''])