diff options
Diffstat (limited to 'testsuite/tests/codeGen/should_run/T13825-unit.hs')
-rw-r--r-- | testsuite/tests/codeGen/should_run/T13825-unit.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/codeGen/should_run/T13825-unit.hs b/testsuite/tests/codeGen/should_run/T13825-unit.hs index 40088aa734..34a13acb50 100644 --- a/testsuite/tests/codeGen/should_run/T13825-unit.hs +++ b/testsuite/tests/codeGen/should_run/T13825-unit.hs @@ -3,8 +3,8 @@ module Main where import DynFlags import RepType import SMRep -import StgCmmLayout -import StgCmmClosure +import GHC.StgToCmm.Layout +import GHC.StgToCmm.Closure import GHC import GhcMonad import System.Environment |