[commit: ghc] master: Remove duplicate T11224 test definition (51d8330)

git at git.haskell.org git at git.haskell.org
Tue Dec 22 14:21:59 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/51d833027efcadb2a75df24e067f51860b2e82f5/ghc

>---------------------------------------------------------------

commit 51d833027efcadb2a75df24e067f51860b2e82f5
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 22 09:18:31 2015 -0500

    Remove duplicate T11224 test definition


>---------------------------------------------------------------

51d833027efcadb2a75df24e067f51860b2e82f5
 testsuite/tests/patsyn/should_run/all.T | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuite/tests/patsyn/should_run/all.T b/testsuite/tests/patsyn/should_run/all.T
index 618dd69..a0bd3ce 100644
--- a/testsuite/tests/patsyn/should_run/all.T
+++ b/testsuite/tests/patsyn/should_run/all.T
@@ -12,5 +12,4 @@ test('match-unboxed', normal, compile_and_run, [''])
 test('unboxed-wrapper', normal, compile_and_run, [''])
 test('records-run', normal, compile_and_run, [''])
 test('ghci', just_ghci, ghci_script, ['ghci.script'])
-test('T11224', [expect_broken(11224)], compile_and_run, [''])
 test('T11224', normal, compile_and_run, [''])



More information about the ghc-commits mailing list