summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.ox.ac.uk>2014-11-12 10:46:19 +0000
committerJose Pedro Magalhaes <jpm@cs.ox.ac.uk>2014-11-14 16:34:33 +0000
commitd2dfe4ac7c8264a8bcce733107e6d1bcdaabcb41 (patch)
treeafcb6c3d28833ec7227604f6b157d586f5957df3
parenta7e26ea762aeb25125ab13450f4df46249c6cfde (diff)
downloadhaskell-d2dfe4ac7c8264a8bcce733107e6d1bcdaabcb41.tar.gz
Do not cleanup GFunctor.o
T5462No1 removes GFunctor.hi and GFunctor.o as it only has to fail to compile, but T5462Yes might still be using them (if we're running the testsuite in parallel), so it's a bad idea to delete.
-rw-r--r--testsuite/tests/generics/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/generics/all.T b/testsuite/tests/generics/all.T
index abe28c03b5..656fac5861 100644
--- a/testsuite/tests/generics/all.T
+++ b/testsuite/tests/generics/all.T
@@ -20,8 +20,8 @@ test('GenCannotDoRep1_7', normal, compile_fail, [''])
test('GenCannotDoRep1_8', normal, compile_fail, [''])
test('T5462Yes', normal, multimod_compile_and_run, ['T5462Yes', '-iGEq -iGEnum -iGFunctor'])
-test('T5462No1', extra_clean(['GFunctor/GFunctor.hi', 'GFunctor/GFunctor.o']), multimod_compile_fail, ['T5462No1', '-iGFunctor'])
-test('T5462No2', extra_clean(['GFunctor/GFunctor.hi', 'GFunctor/GFunctor.o']), multimod_compile_fail, ['T5462No2', '-iGFunctor'])
+test('T5462No1', normal, multimod_compile_fail, ['T5462No1', '-iGFunctor'])
+test('T5462No2', normal, multimod_compile_fail, ['T5462No2', '-iGFunctor'])
test('T5884', normal, compile, [''])
test('GenNewtype', normal, compile_and_run, [''])