[commit: ghc] ghc-7.10: MonoLocalBinds test passes (2980c31)

git at git.haskell.org git at git.haskell.org
Thu Oct 22 15:08:03 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/2980c318c2a269d79133744c22f14823c6fccf0e/ghc

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

commit 2980c318c2a269d79133744c22f14823c6fccf0e
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Tue Oct 20 03:15:19 2015 -0400

    MonoLocalBinds test passes


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

2980c318c2a269d79133744c22f14823c6fccf0e
 testsuite/tests/partial-sigs/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/partial-sigs/should_compile/all.T b/testsuite/tests/partial-sigs/should_compile/all.T
index 52a532f..e83e070 100644
--- a/testsuite/tests/partial-sigs/should_compile/all.T
+++ b/testsuite/tests/partial-sigs/should_compile/all.T
@@ -29,7 +29,7 @@ test('HigherRank2', normal, compile, ['-ddump-types -fno-warn-partial-type-signa
 test('LocalDefinitionBug', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures'])
 test('Meltdown', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures'])
 # Bug
-test('MonoLocalBinds', expect_fail, compile, ['-ddump-types -fno-warn-partial-type-signatures'])
+test('MonoLocalBinds', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures'])
 test('NamedTyVar', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures'])
 test('ParensAroundContext', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures'])
 test('PatBind', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures'])



More information about the ghc-commits mailing list