From 4dd1895bf8bbe5aac7a8e80f18ba76e78520be18 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Sun, 3 Jun 2018 16:49:45 -0400 Subject: [PATCH] testsuite: Really mark T14547 as broken --- testsuite/tests/deSugar/should_compile/all.T | 1 - 1 file changed, 1 deletion(-) diff --git a/testsuite/tests/deSugar/should_compile/all.T b/testsuite/tests/deSugar/should_compile/all.T index 05e0ee5aeb75..3aadbea5d406 100644 --- a/testsuite/tests/deSugar/should_compile/all.T +++ b/testsuite/tests/deSugar/should_compile/all.T @@ -103,7 +103,6 @@ test('T14135', normal, compile, ['']) 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']) -- GitLab