summaryrefslogtreecommitdiff
path: root/testsuite/tests/ado/all.T
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2017-02-22 11:17:44 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2017-02-22 11:17:44 +0000
commit484f8d35b7cb3f77d96f9f4ffc16bb8c946f47fd (patch)
treea9df192974016d8af111cfd77c96a64948bebe17 /testsuite/tests/ado/all.T
parentb125392983401cc9fe13502e52880387bc71a092 (diff)
downloadhaskell-484f8d35b7cb3f77d96f9f4ffc16bb8c946f47fd.tar.gz
Fix ApplicativeDo constraint scoping
This patch fixes Trac #13242, by a bit of fancy footwork with the LIE variable in which the WantedConstraints are collected. I think it can be simplified further, using a 'map'.
Diffstat (limited to 'testsuite/tests/ado/all.T')
-rw-r--r--testsuite/tests/ado/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ado/all.T b/testsuite/tests/ado/all.T
index 67697b93e4..6a1b4ec612 100644
--- a/testsuite/tests/ado/all.T
+++ b/testsuite/tests/ado/all.T
@@ -8,3 +8,4 @@ test('ado007', normal, compile, [''])
test('T11607', normal, compile_and_run, [''])
test('ado-optimal', normal, compile_and_run, [''])
test('T12490', normal, compile, [''])
+test('T13242', normal, compile, [''])