diff options
Diffstat (limited to 'testsuite/tests/programs/hs-boot/all.T')
| -rw-r--r-- | testsuite/tests/programs/hs-boot/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/programs/hs-boot/all.T b/testsuite/tests/programs/hs-boot/all.T index 3790c88c9f..b8f7452037 100644 --- a/testsuite/tests/programs/hs-boot/all.T +++ b/testsuite/tests/programs/hs-boot/all.T @@ -1,4 +1,4 @@ # This test is for bug #906, a problem with the ordering of # compilations involving .hs-boot files, fixed in 6.6. -test('hs-boot', [], multimod_compile, ['Main -v0', '']) +test('hs-boot', [extra_files(['A.hs', 'A.hs-boot', 'B.hs', 'C.hs', 'Main.hs'])], multimod_compile, ['Main -v0', '']) |
