diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-14 20:03:34 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-14 20:03:34 +0100 |
commit | da80f8e966bb2f73381de9f3c77eb156cc7a7a7d (patch) | |
tree | fe3a738a6ea44ddd22d31a989f7de21ce83a5794 /testsuite/tests/polykinds/all.T | |
parent | 133b500cd07df3cb2f09ff457238aedab9cb46a8 (diff) | |
download | haskell-da80f8e966bb2f73381de9f3c77eb156cc7a7a7d.tar.gz |
Fix some testsuite cleaning; part of #7941
Diffstat (limited to 'testsuite/tests/polykinds/all.T')
-rw-r--r-- | testsuite/tests/polykinds/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/all.T b/testsuite/tests/polykinds/all.T index 24b954b624..9ffc6823f5 100644 --- a/testsuite/tests/polykinds/all.T +++ b/testsuite/tests/polykinds/all.T @@ -64,7 +64,7 @@ test('T7151', normal, compile_fail,['']) test('T7095', normal, compile,['']) test('T7090', normal, compile,['']) test('T7272', - extra_clean(['T7272a.hi', 'T7272a.o']), + extra_clean(['T7272a.hi', 'T7272a.o', 'T7272.hi-boot', 'T7272.o-boot']), multimod_compile, ['T7272.hs', '-v0']) test('T7176', normal, compile,['']) |