diff options
Diffstat (limited to 'testsuite/tests/codeGen/should_run/T13825-unit.hs')
-rw-r--r-- | testsuite/tests/codeGen/should_run/T13825-unit.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/T13825-unit.hs b/testsuite/tests/codeGen/should_run/T13825-unit.hs index 1197dc60fe..40088aa734 100644 --- a/testsuite/tests/codeGen/should_run/T13825-unit.hs +++ b/testsuite/tests/codeGen/should_run/T13825-unit.hs @@ -8,7 +8,7 @@ import StgCmmClosure import GHC import GhcMonad import System.Environment -import Platform +import GHC.Platform main :: IO () main = do |