[commit: ghc] master: arith011 is no longer broken with integer-simple (3748284)

git at git.haskell.org git at git.haskell.org
Fri Dec 28 03:44:35 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3748284196d5c68632b6b177c68080a269a9b423/ghc

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

commit 3748284196d5c68632b6b177c68080a269a9b423
Author: Alec Theriault <alec.theriault at gmail.com>
Date:   Wed Dec 26 10:05:47 2018 -0500

    arith011 is no longer broken with integer-simple


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

3748284196d5c68632b6b177c68080a269a9b423
 testsuite/tests/numeric/should_run/all.T | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T
index 9d996db..295e818 100644
--- a/testsuite/tests/numeric/should_run/all.T
+++ b/testsuite/tests/numeric/should_run/all.T
@@ -20,9 +20,7 @@ test('arith008', normal, compile_and_run, [opts])
 
 test('arith009', normal, compile_and_run, [''])
 test('arith010', normal, compile_and_run, [''])
-test('arith011',
-     when(have_library("integer-simple"), expect_broken(16091)),
-     compile_and_run, [''])
+test('arith011', normal, compile_and_run, [''])
 
 test('arith012', normal, compile_and_run, [opts])
 



More information about the ghc-commits mailing list