[commit: ghc] master: T8256 needs vector (4f6a0f4)

git at git.haskell.org git at git.haskell.org
Sat Feb 8 23:26:06 UTC 2014


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

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

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

commit 4f6a0f486fc2d015bc3605f505c0d6c58f70a39a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Feb 8 23:25:52 2014 +0000

    T8256 needs vector


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

4f6a0f486fc2d015bc3605f505c0d6c58f70a39a
 testsuite/tests/codeGen/should_run/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 768d320..b1a9fd4 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -114,5 +114,5 @@ test('T7361', normal, compile_and_run, [''])
 test('T7600', normal, compile_and_run, [''])
 test('T8103', only_ways(['normal']), compile_and_run, [''])
 test('T7953', reqlib('random'), compile_and_run, [''])
-test('T8256',normal, compile_and_run, [''])
+test('T8256', reqlib('vector'), compile_and_run, [''])
 test('T6084',normal, compile_and_run, ['-O2'])



More information about the ghc-commits mailing list