diff options
author | Ian Lynagh <igloo@earth.li> | 2012-05-15 15:54:17 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-05-15 15:54:17 +0100 |
commit | 577e98ff0a5c59b854d8a0f10dee4f8d825b6b3f (patch) | |
tree | 6a5e26d3877badc948348197d1df4a65dcc67526 /testsuite/tests/numeric | |
parent | 8b5836ad5979f68f0376d14faa12dd388eb70429 (diff) | |
download | haskell-577e98ff0a5c59b854d8a0f10dee4f8d825b6b3f.tar.gz |
Add -fobject-code to the numeric *2 tests
Fixes the ghci way
Diffstat (limited to 'testsuite/tests/numeric')
-rw-r--r-- | testsuite/tests/numeric/should_run/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T index 5849ca4e0b..506665504a 100644 --- a/testsuite/tests/numeric/should_run/all.T +++ b/testsuite/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']) |