diff options
Diffstat (limited to 'testsuite/tests/ghci/prog008/prog008.T')
-rw-r--r-- | testsuite/tests/ghci/prog008/prog008.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/prog008/prog008.T b/testsuite/tests/ghci/prog008/prog008.T index 96ebbfb168..0577a7f689 100644 --- a/testsuite/tests/ghci/prog008/prog008.T +++ b/testsuite/tests/ghci/prog008/prog008.T @@ -1,2 +1,2 @@ # testcase for bug #936 -test('ghci.prog008', normal, ghci_script, ['ghci.prog008.script']) +test('ghci.prog008', extra_files(['A.hs']), ghci_script, ['ghci.prog008.script']) |