Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/7841535a07029dc888fbd3772a9428370dfb47ae

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

commit 7841535a07029dc888fbd3772a9428370dfb47ae
Author: Ian Lynagh <[email protected]>
Date:   Tue May 15 15:54:17 2012 +0100

    Add -fobject-code to the numeric *2 tests
    
    Fixes the ghci way

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

 tests/numeric/should_run/all.T |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/numeric/should_run/all.T b/tests/numeric/should_run/all.T
index 5849ca4..5066655 100644
--- a/tests/numeric/should_run/all.T
+++ b/tests/numeric/should_run/all.T
@@ -54,7 +54,7 @@ test('3676', expect_broken(3676), compile_and_run, [''])
 test('4381', normal, compile_and_run, [''])
 test('4383', normal, compile_and_run, [''])
 
-test('add2', normal, compile_and_run, [''])
-test('mul2', normal, compile_and_run, [''])
-test('quotRem2', normal, compile_and_run, [''])
+test('add2', normal, compile_and_run, ['-fobject-code'])
+test('mul2', normal, compile_and_run, ['-fobject-code'])
+test('quotRem2', normal, compile_and_run, ['-fobject-code'])
 



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to