diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-03 10:24:55 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-03 10:27:46 -0400 |
commit | b564eb7eb93590556d3107ec38ad9b0232215c28 (patch) | |
tree | d96cfefcbdb673e07228cad050a639935ed029f2 | |
parent | 90e99c4cfd601601e56fc6041186ca3e070408d9 (diff) | |
download | haskell-b564eb7eb93590556d3107ec38ad9b0232215c28.tar.gz |
testsuite: Mark T14547 as broken
-rw-r--r-- | testsuite/tests/deSugar/should_compile/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_compile/all.T b/testsuite/tests/deSugar/should_compile/all.T index 9951047e99..05e0ee5aeb 100644 --- a/testsuite/tests/deSugar/should_compile/all.T +++ b/testsuite/tests/deSugar/should_compile/all.T @@ -104,6 +104,7 @@ test('T14546a', normal, compile, ['-Wincomplete-patterns']) test('T14546b', normal, compile, ['-Wincomplete-patterns']) test('T14546c', normal, compile, ['-Wincomplete-patterns']) test('T14547', normal, compile, ['-Wincomplete-patterns']) +test('T14547', expect_broken(15222), 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']) |