diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-11 14:09:32 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-11 14:09:32 +0000 |
commit | 3743eb5c09f1952845dd12146b7851f2b972a7b9 (patch) | |
tree | f7d74bf51a9e5bcc2bb4fb05b1cd590f1451aa6a /libraries/base/tests/Numeric | |
parent | 53f56f1cbe6b7329ea5bf7f71680934529c848b5 (diff) | |
download | haskell-3743eb5c09f1952845dd12146b7851f2b972a7b9.tar.gz |
Follow changes in the testsuite
Diffstat (limited to 'libraries/base/tests/Numeric')
-rw-r--r-- | libraries/base/tests/Numeric/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/Numeric/all.T b/libraries/base/tests/Numeric/all.T index 1c6e9ea5db..a6779b0c36 100644 --- a/libraries/base/tests/Numeric/all.T +++ b/libraries/base/tests/Numeric/all.T @@ -8,7 +8,7 @@ test('num007', normal, compile_and_run, ['']) test('num008', normal, compile_and_run, ['']) test('num009', [ skip_if_fast , when(platform('i386-apple-darwin'), expect_broken(2370)) - , if_os('mingw32', omit_ways(['ghci'])) ], + , when(opsys('mingw32'), omit_ways(['ghci'])) ], # We get different results at 1e20 on x86/Windows, so there is # a special output file for that. I (SDM) don't think these are # serious, since the results for lower numbers are all fine. |