[commit: ghc] master: testsuite: Really mark T14547 as broken (4dd1895)
git at git.haskell.org
git at git.haskell.org
Sun Jun 3 20:51:02 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4dd1895bf8bbe5aac7a8e80f18ba76e78520be18/ghc
>---------------------------------------------------------------
commit 4dd1895bf8bbe5aac7a8e80f18ba76e78520be18
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 3 16:49:45 2018 -0400
testsuite: Really mark T14547 as broken
>---------------------------------------------------------------
4dd1895bf8bbe5aac7a8e80f18ba76e78520be18
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 05e0ee5..3aadbea 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'])
More information about the ghc-commits
mailing list