diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/programs')
-rw-r--r-- | testsuite/tests/ghc-regress/programs/fast2haskell/test.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/programs/fast2haskell/test.T b/testsuite/tests/ghc-regress/programs/fast2haskell/test.T index 83396c84ad..8e1a474d3f 100644 --- a/testsuite/tests/ghc-regress/programs/fast2haskell/test.T +++ b/testsuite/tests/ghc-regress/programs/fast2haskell/test.T @@ -1,5 +1,5 @@ test('fast2haskell', normal, multimod_compile_and_run, \ - ['Main', '-fglasgow-exts -package lang']) + ['Main', '-fglasgow-exts']) clean_o_hi() |