diff options
Diffstat (limited to 'testsuite/tests/programs/strict_anns/test.T')
-rw-r--r-- | testsuite/tests/programs/strict_anns/test.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/programs/strict_anns/test.T b/testsuite/tests/programs/strict_anns/test.T index b210abde72..9d1c770780 100644 --- a/testsuite/tests/programs/strict_anns/test.T +++ b/testsuite/tests/programs/strict_anns/test.T @@ -1,3 +1,4 @@ -test('strict_anns', [when(fast(), skip)], multimod_compile_and_run, +test('strict_anns', [extra_files(['Main.hs']), + when(fast(), skip)], multimod_compile_and_run, ['Main', '']) |