diff options
author | taylorfausak <taylor@fausak.me> | 2019-10-04 12:57:13 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-01 04:54:47 -0400 |
commit | 214d81220d89ba76350a0eefa837c90797298595 (patch) | |
tree | 35601b0fd5ba7a743c37496ce8d0ae433b322a13 /testsuite/tests/numeric/should_run | |
parent | baf47ff84f5fce832f7173febcac6d9b6b32631a (diff) | |
download | haskell-214d81220d89ba76350a0eefa837c90797298595.tar.gz |
Fix running of ratio test case
Diffstat (limited to 'testsuite/tests/numeric/should_run')
-rw-r--r-- | testsuite/tests/numeric/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T index f633c2e884..71e81daaab 100644 --- a/testsuite/tests/numeric/should_run/all.T +++ b/testsuite/tests/numeric/should_run/all.T @@ -68,4 +68,4 @@ test('T11702', extra_ways(['optasm']), compile_and_run, ['']) test('T12136', normal, compile_and_run, ['']) test('T15301', normal, compile_and_run, ['-O2']) test('T497', normal, compile_and_run, ['-O']) -test('T17303', normal, compile_and_run, []) +test('T17303', normal, compile_and_run, ['']) |