summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/check/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/safeHaskell/check/all.T')
-rw-r--r--testsuite/tests/safeHaskell/check/all.T16
1 files changed, 4 insertions, 12 deletions
diff --git a/testsuite/tests/safeHaskell/check/all.T b/testsuite/tests/safeHaskell/check/all.T
index fb2841b73c..a4ac4b46cd 100644
--- a/testsuite/tests/safeHaskell/check/all.T
+++ b/testsuite/tests/safeHaskell/check/all.T
@@ -8,9 +8,7 @@ def f( name, opts ):
setTestOpts(f)
test('CheckA', normal, compile, [''])
-test('CheckB',
- extra_clean(['CheckB_Aux.hi', 'CheckB_Aux.o']),
- multimod_compile, ['CheckB', '-trust base'])
+test('CheckB', [], multimod_compile, ['CheckB', '-trust base'])
# fail as we don't trust base when compiling Check01
test('Check01', normal, multi_compile_fail, ['Check01 -distrust base', [
@@ -43,19 +41,13 @@ test('Check04', normal, multi_compile, ['Check04', [
test('Check05', normal, compile, [''])
# Check safe-infered modules have correct pkg trust requirements
-test('Check06',
- extra_clean(['Check06_A.hi', 'Check06_A.o']),
- multimod_compile_fail, ['Check06', ''])
+test('Check06', [], multimod_compile_fail, ['Check06', ''])
# Check selective safe imports bring in correct pkg trust requirements
-test('Check07',
- extra_clean(['Check07_A.hi', 'Check07_A.o', 'Check07_B.hi', 'Check07_B.o']),
- multimod_compile, ['Check07', ''])
+test('Check07', [], multimod_compile, ['Check07', ''])
# Check selective safe imports bring in correct pkg trust requirements
-test('Check08',
- extra_clean(['Check08_A.hi', 'Check08_A.o', 'Check08_B.hi', 'Check08_B.o']),
- multimod_compile_fail, ['Check08', ''])
+test('Check08', [], multimod_compile_fail, ['Check08', ''])
# check -distrust-all-packages flag works
test('Check09',