diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-02-28 23:55:00 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-03-02 15:59:02 -0800 |
commit | df919fb21c951c1892bd96d9e6306ce1bec3daa9 (patch) | |
tree | 39dd2ffdc9d61f1de04a114481832876f68d4adf /testsuite/tests/backpack/should_compile/all.T | |
parent | fb5cd9d6d6185afe6d4ef2f3df3f895b6d0abf4c (diff) | |
download | haskell-df919fb21c951c1892bd96d9e6306ce1bec3daa9.tar.gz |
Fix roles merging to apply only to non-rep-injective types.
Test Plan: validate
Reviewers: simonpj
Subscribers:
Diffstat (limited to 'testsuite/tests/backpack/should_compile/all.T')
-rw-r--r-- | testsuite/tests/backpack/should_compile/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/should_compile/all.T b/testsuite/tests/backpack/should_compile/all.T index 1d0c95e5f5..477c0fe220 100644 --- a/testsuite/tests/backpack/should_compile/all.T +++ b/testsuite/tests/backpack/should_compile/all.T @@ -44,6 +44,7 @@ test('bkp49', normal, backpack_compile, ['']) test('bkp50', normal, backpack_compile, ['']) test('bkp51', normal, backpack_compile, ['']) test('bkp52', normal, backpack_compile, ['']) +test('bkp53', normal, backpack_compile, ['']) test('T13140', normal, backpack_compile, ['']) test('T13149', expect_broken(13149), backpack_compile, ['']) |