summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/integer/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib/integer/all.T')
-rw-r--r--testsuite/tests/lib/integer/all.T12
1 files changed, 3 insertions, 9 deletions
diff --git a/testsuite/tests/lib/integer/all.T b/testsuite/tests/lib/integer/all.T
index 327f5778f4..ca785f9823 100644
--- a/testsuite/tests/lib/integer/all.T
+++ b/testsuite/tests/lib/integer/all.T
@@ -4,16 +4,10 @@ test('integerConversions', normal, compile_and_run, [''])
test('integerGmpInternals', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, [''])
test('plusMinusInteger', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, [''])
test('integerConstantFolding',
- [extra_clean(['integerConstantFolding.simpl']),
- when(compiler_debugged(), expect_broken(11006))],
- run_command,
+ [when(compiler_debugged(), expect_broken(11006))], run_command,
['$MAKE -s --no-print-directory integerConstantFolding'])
-test('fromToInteger',
- extra_clean(['fromToInteger.simpl']),
- run_command,
+test('fromToInteger', [], run_command,
['$MAKE -s --no-print-directory fromToInteger'])
-test('IntegerConversionRules',
- extra_clean(['IntegerConversionRules.simpl']),
- run_command,
+test('IntegerConversionRules', [], run_command,
['$MAKE -s --no-print-directory IntegerConversionRules'])
test('gcdInteger', normal, compile_and_run, [''])