diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-13 21:34:17 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-20 12:45:34 -0700 |
commit | 7e77c4b2ee08d7f88df8ba47537640ec1bd70bfe (patch) | |
tree | 523c9967e676508468a8fe9254a6b35afa2ff65f /testsuite/tests/backpack/should_compile/all.T | |
parent | 518f28959ec56cf27d6a8096a14a6ce9bc8b9816 (diff) | |
download | haskell-7e77c4b2ee08d7f88df8ba47537640ec1bd70bfe.tar.gz |
Support constraint synonym implementations of abstract classes.
Summary:
Test Plan: validate
Reviewers: goldfire, simonpj, austin, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2595
GHC Trac Issues: #12679
Diffstat (limited to 'testsuite/tests/backpack/should_compile/all.T')
-rw-r--r-- | testsuite/tests/backpack/should_compile/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/should_compile/all.T b/testsuite/tests/backpack/should_compile/all.T index c9ba076828..7238b636ef 100644 --- a/testsuite/tests/backpack/should_compile/all.T +++ b/testsuite/tests/backpack/should_compile/all.T @@ -31,3 +31,5 @@ test('bkp35', expect_broken(0), backpack_compile, ['']) test('bkp36', normal, backpack_compile, ['']) test('bkp37', normal, backpack_compile, ['']) test('bkp38', normal, backpack_compile, ['']) +test('bkp39', normal, backpack_compile, ['']) +test('bkp40', normal, backpack_compile, ['']) |