diff options
Diffstat (limited to 'testsuite/tests/cpranal/should_compile/all.T')
-rw-r--r-- | testsuite/tests/cpranal/should_compile/all.T | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuite/tests/cpranal/should_compile/all.T b/testsuite/tests/cpranal/should_compile/all.T index 2ec0a84e9a..5a37f42376 100644 --- a/testsuite/tests/cpranal/should_compile/all.T +++ b/testsuite/tests/cpranal/should_compile/all.T @@ -4,7 +4,4 @@ def f( name, opts ): setTestOpts(f) -test('Cpr001', - extra_clean(['Cpr001_imp.hi', 'Cpr001_imp.o', 'Cpr001_imp.comp.stderr']), - multimod_compile, - ['Cpr001', '-v0']) +test('Cpr001', [], multimod_compile, ['Cpr001', '-v0']) |