[commit: ghc] master: Trac #8569 fixed (7fa6c67)

git at git.haskell.org git at git.haskell.org
Thu Mar 6 12:17:32 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7fa6c67bcc9970ce2fa4b3f3a7f17042b9b4fd0e/ghc

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

commit 7fa6c67bcc9970ce2fa4b3f3a7f17042b9b4fd0e
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Mar 6 12:13:17 2014 +0000

    Trac #8569 fixed


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

7fa6c67bcc9970ce2fa4b3f3a7f17042b9b4fd0e
 testsuite/tests/stranal/sigs/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/stranal/sigs/all.T b/testsuite/tests/stranal/sigs/all.T
index 9d36479..9accd01 100644
--- a/testsuite/tests/stranal/sigs/all.T
+++ b/testsuite/tests/stranal/sigs/all.T
@@ -8,7 +8,7 @@ setTestOpts(extra_hc_opts('-ddump-strsigs'))
 setTestOpts(only_ways(['optasm']))
 
 test('StrAnalExample', normal, compile, [''])
-test('T8569', expect_broken(8569), compile, [''])
+test('T8569', normal, compile, [''])
 test('HyperStrUse', normal, compile, [''])
 test('T8598', normal, compile, [''])
 test('FacState', expect_broken(1600), compile, [''])



More information about the ghc-commits mailing list