diff options
author | Ian Lynagh <igloo@earth.li> | 2011-09-04 20:13:17 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-09-04 20:13:17 +0100 |
commit | 6d22763e6ab3db58cf8f48f3b8226cad27251856 (patch) | |
tree | 5eefa63fb38124bf7ebc7bc29549c7c158c34f83 /testsuite/tests/ghci/scripts/all.T | |
parent | 31afed7cbed83301b4355290ec8dca0656851b6f (diff) | |
download | haskell-6d22763e6ab3db58cf8f48f3b8226cad27251856.tar.gz |
Fix some more written-but-not-cleaned files
Diffstat (limited to 'testsuite/tests/ghci/scripts/all.T')
-rw-r--r-- | testsuite/tests/ghci/scripts/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index 9baf9edb85..980cb81268 100644 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -43,7 +43,7 @@ test('ghci024', test('ghci025', normal, ghci_script, ['ghci025.script']) test('ghci026', normal, ghci_script, ['ghci026.script']) -test('ghci027', normal, ghci_script, ['ghci027.script']) +test('ghci027', extra_clean(['ghci027.hs']), ghci_script, ['ghci027.script']) test('ghci028', normal, ghci_script, ['ghci028.script']) test('ghci029', normal, ghci_script, ['ghci029.script']) test('ghci030', normal, ghci_script, ['ghci030.script']) |