diff options
Diffstat (limited to 'testsuite/tests/cabal/pkg02/all.T')
-rw-r--r-- | testsuite/tests/cabal/pkg02/all.T | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuite/tests/cabal/pkg02/all.T b/testsuite/tests/cabal/pkg02/all.T index b3dfecc0b5..651e9f903b 100644 --- a/testsuite/tests/cabal/pkg02/all.T +++ b/testsuite/tests/cabal/pkg02/all.T @@ -3,8 +3,4 @@ # separate packages are allowed). Now it is a straightforward test # for shadowing: the local Foreign module shadows the base package # one. -test('pkg02', - [extra_clean(['A.o', 'A.hi', 'Foreign.o', 'Foreign.hi'])], - multimod_compile, - ['A','-v0']) - +test('pkg02', [], multimod_compile, ['A', '-v0']) |