diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-05-08 10:52:28 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-08 10:52:28 -0400 |
commit | 849547bd3a5bc6876268c94f97bf3e79c31340ec (patch) | |
tree | ff246ce99e299fb7fffce59bce325a4f55d108d1 /testsuite/tests/deSugar/should_compile/all.T | |
parent | 981bf4718de7daef7817a363ccc14030c2688632 (diff) | |
download | haskell-849547bd3a5bc6876268c94f97bf3e79c31340ec.tar.gz |
Revert "Normalize the element type of ListPat, fix #14547"
This reverts commit 981bf4718de7daef7817a363ccc14030c2688632.
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/all.T')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/all.T | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_compile/all.T b/testsuite/tests/deSugar/should_compile/all.T index 14140737d8..2d361464a6 100644 --- a/testsuite/tests/deSugar/should_compile/all.T +++ b/testsuite/tests/deSugar/should_compile/all.T @@ -100,7 +100,6 @@ test('T13290', normal, compile, ['']) test('T13257', normal, compile, ['']) test('T13870', normal, compile, ['']) test('T14135', normal, compile, ['']) -test('T14547', normal, compile, ['-Wincomplete-patterns']) test('T14773a', normal, compile, ['-Wincomplete-patterns']) test('T14773b', normal, compile, ['-Wincomplete-patterns']) test('T14815', [], run_command, ['$MAKE -s --no-print-directory T14815']) |