[commit: ghc] master: testsuite: T5486 requires integer-gmp internals (ffde9d2)

git at git.haskell.org git at git.haskell.org
Tue Oct 7 20:54:04 UTC 2014


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

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

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

commit ffde9d21243b73af53e8632776397519cd720aca
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Tue Oct 7 21:49:19 2014 +0100

    testsuite: T5486 requires integer-gmp internals
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>


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

ffde9d21243b73af53e8632776397519cd720aca
 testsuite/tests/llvm/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/llvm/should_compile/all.T b/testsuite/tests/llvm/should_compile/all.T
index 5e5ca53..e915419 100644
--- a/testsuite/tests/llvm/should_compile/all.T
+++ b/testsuite/tests/llvm/should_compile/all.T
@@ -7,7 +7,7 @@ setTestOpts(f)
 
 test('T5054', reqlib('hmatrix'), compile, ['-package hmatrix'])
 test('T5054_2', reqlib('hmatrix'), compile, ['-package hmatrix'])
-test('T5486', normal, compile, [''])
+test('T5486', reqlib('integer-gmp'), compile, [''])
 test('T5681', normal, compile, [''])
 test('T6158', [reqlib('vector'), reqlib('primitive')], compile, ['-package vector -package primitive'])
 test('T7571', cmm_src, compile, [''])



More information about the ghc-commits mailing list