summaryrefslogtreecommitdiff
path: root/testsuite/tests/llvm
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-10-07 21:49:19 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2014-10-07 21:52:48 +0100
commitffde9d21243b73af53e8632776397519cd720aca (patch)
tree8807afc26f9e35292874e7e87e32a8294350676a /testsuite/tests/llvm
parentbdb0c43c7991da3856e3a89db57c9ea78d61f55f (diff)
downloadhaskell-ffde9d21243b73af53e8632776397519cd720aca.tar.gz
testsuite: T5486 requires integer-gmp internals
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'testsuite/tests/llvm')
-rw-r--r--testsuite/tests/llvm/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/llvm/should_compile/all.T b/testsuite/tests/llvm/should_compile/all.T
index 5e5ca53e52..e9154196f0 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, [''])