[commit: ghc] master: T8968-1 and -3 should pass (294553e)

git at git.haskell.org git at git.haskell.org
Thu Aug 6 13:50:22 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/294553e960404bf9765eae6891b5800ae5127879/ghc

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

commit 294553e960404bf9765eae6891b5800ae5127879
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Aug 6 14:50:12 2015 +0100

    T8968-1 and -3 should pass
    
    See Trac #9953, comment:22.


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

294553e960404bf9765eae6891b5800ae5127879
 testsuite/tests/patsyn/should_compile/all.T | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/patsyn/should_compile/all.T b/testsuite/tests/patsyn/should_compile/all.T
index a046e79..b0776ac 100644
--- a/testsuite/tests/patsyn/should_compile/all.T
+++ b/testsuite/tests/patsyn/should_compile/all.T
@@ -15,9 +15,9 @@ test('T9732', normal, compile, [''])
 test('T8584-1', normal, compile, [''])
 test('T8584-2', normal, compile, [''])
 test('T8584-3', normal, compile, [''])
-test('T8968-1', expect_broken(9953), compile, [''])
+test('T8968-1', normal, compile, [''])
 test('T8968-2', normal, compile, [''])
-test('T8968-3', expect_broken(9953), compile, [''])
+test('T8968-3', normal, compile, [''])
 test('ImpExp_Imp', [extra_clean(['ImpExp_Exp.hi', 'ImpExp_Exp.o'])], multimod_compile, ['ImpExp_Imp', '-v0'])
 test('T9857', normal, compile, [''])
 test('T9889', normal, compile, [''])



More information about the ghc-commits mailing list