diff options
Diffstat (limited to 'testsuite/tests/package/all.T')
-rw-r--r-- | testsuite/tests/package/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/package/all.T b/testsuite/tests/package/all.T index 8fe654fb7d..6aebce6ce5 100644 --- a/testsuite/tests/package/all.T +++ b/testsuite/tests/package/all.T @@ -16,7 +16,7 @@ test('package06e', normalise_version('ghc'), compile_fail, [incr_ghc]) test('package07e', normalise_version('ghc'), compile_fail, [incr_ghc + inc_ghc + hide_ghc]) test('package08e', normalise_version('ghc'), compile_fail, [incr_ghc + hide_ghc]) test('package09e', normal, compile_fail, ['-package "containers (Data.Map as M, Data.Set as M)"']) -test('package10', normal, compile, ['-hide-all-packages -package "ghc (UniqFM as Prelude)" ']) +test('package10', normal, compile, ['-hide-all-packages -package "ghc (GHC.Types.Unique.FM as Prelude)" ']) test('T4806', normalise_version('containers'), compile_fail, ['-ignore-package containers']) test('T4806a', normalise_version('containers'), compile_fail, ['-ignore-package deepseq']) |