From b564eb7eb93590556d3107ec38ad9b0232215c28 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 3 Jun 2018 10:24:55 -0400 Subject: testsuite: Mark T14547 as broken --- testsuite/tests/deSugar/should_compile/all.T | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite') 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']) -- cgit v1.2.1