[commit: ghc] master: Fix all.T for T8131/T8131b. (29bc13a)

git at git.haskell.org git at git.haskell.org
Sat Jun 20 22:58:51 UTC 2015


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

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

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

commit 29bc13aa72fd113349f15cc2d47257a4979c25f2
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Sat Jun 20 15:58:46 2015 -0700

    Fix all.T for T8131/T8131b.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

29bc13aa72fd113349f15cc2d47257a4979c25f2
 testsuite/tests/llvm/should_compile/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/llvm/should_compile/all.T b/testsuite/tests/llvm/should_compile/all.T
index 0082635..443e76f 100644
--- a/testsuite/tests/llvm/should_compile/all.T
+++ b/testsuite/tests/llvm/should_compile/all.T
@@ -12,4 +12,5 @@ test('T5681', normal, compile, [''])
 test('T6158', [reqlib('vector'), reqlib('primitive')], compile, ['-package vector -package primitive'])
 test('T7571', cmm_src, compile, [''])
 test('T7575', unless(wordsize(32), skip), compile, [''])
-test('T8131b', [cmm_src], compile, [''])
+test('T8131', cmm_src, compile, [''])
+test('T8131b', normal, compile, [''])



More information about the ghc-commits mailing list