diff options
Diffstat (limited to 'testsuite')
10 files changed, 12 insertions, 12 deletions
diff --git a/testsuite/tests/codeGen/should_run/T13825-unit.hs b/testsuite/tests/codeGen/should_run/T13825-unit.hs index 85777bfe72..1c8d6e2155 100644 --- a/testsuite/tests/codeGen/should_run/T13825-unit.hs +++ b/testsuite/tests/codeGen/should_run/T13825-unit.hs @@ -2,7 +2,7 @@ module Main where import DynFlags import GHC.Types.RepType -import GHC.Runtime.Layout +import GHC.Runtime.Heap.Layout import GHC.StgToCmm.Layout import GHC.StgToCmm.Closure import GHC diff --git a/testsuite/tests/ghc-api/T4891/T4891.hs b/testsuite/tests/ghc-api/T4891/T4891.hs index 62edae0e78..feb792862b 100644 --- a/testsuite/tests/ghc-api/T4891/T4891.hs +++ b/testsuite/tests/ghc-api/T4891/T4891.hs @@ -1,15 +1,15 @@ {-# LANGUAGE BangPatterns #-} module Main where -import ByteCodeLink +import GHC.ByteCode.Linker import CoreMonad import Data.Array import DataCon import GHC import GHC.Exts.Heap import HscTypes -import Linker -import RtClosureInspect +import GHC.Runtime.Linker +import GHC.Runtime.Heap.Inspect import TcEnv import Type import TcRnMonad diff --git a/testsuite/tests/ghci/should_run/ghcirun004.hs b/testsuite/tests/ghci/should_run/ghcirun004.hs index f3e3095275..1a1c474427 100644 --- a/testsuite/tests/ghci/should_run/ghcirun004.hs +++ b/testsuite/tests/ghci/should_run/ghcirun004.hs @@ -1,5 +1,5 @@ -- crashes in 7.2.1 and earlier, due to bogus calculations of label --- offsets in ByteCodeAsm for a BCO with large instructions. +-- offsets in GHC.ByteCode.Asm for a BCO with large instructions. main = print (map foo [1,50..5000] ) diff --git a/testsuite/tests/rts/linker/LinkerUnload.hs b/testsuite/tests/rts/linker/LinkerUnload.hs index 9d6b243256..d26fae57ea 100644 --- a/testsuite/tests/rts/linker/LinkerUnload.hs +++ b/testsuite/tests/rts/linker/LinkerUnload.hs @@ -2,7 +2,7 @@ module LinkerUnload (init) where import GHC import DynFlags -import Linker +import GHC.Runtime.Linker as Linker import System.Environment import MonadUtils ( MonadIO(..) ) diff --git a/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr b/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr index 30d756f058..3ec6cb6ca5 100644 --- a/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr +++ b/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr @@ -12,7 +12,7 @@ This could be caused by: ghc-stage2: ^^ Could not load 'c', dependency unresolved. See top entry above. -ByteCodeLink: can't find label +GHC.ByteCode.Linker: can't find label During interactive linking, GHCi couldn't find the following symbol: c This may be due to you not asking GHCi to load extra object files, diff --git a/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 b/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 index 1b32baf67e..5304e84a37 100644 --- a/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 +++ b/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 @@ -12,7 +12,7 @@ This could be caused by: ghc-stage2.exe: ^^ Could not load '_c', dependency unresolved. See top entry above. -ByteCodeLink: can't find label +GHC.ByteCode.Linker: can't find label During interactive linking, GHCi couldn't find the following symbol: c This may be due to you not asking GHCi to load extra object files, diff --git a/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32 b/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32 index d38e1c00ec..5396070515 100644 --- a/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32 +++ b/testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32 @@ -12,7 +12,7 @@ This could be caused by: ghc-stage2.exe: ^^ Could not load 'c', dependency unresolved. See top entry above. -ByteCodeLink: can't find label +GHC.ByteCode.Linker: can't find label During interactive linking, GHCi couldn't find the following symbol: c This may be due to you not asking GHCi to load extra object files, diff --git a/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr b/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr index 0f54eab090..b5d1872a8d 100644 --- a/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr +++ b/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr @@ -12,7 +12,7 @@ This could be caused by: ghc-stage2: ^^ Could not load 'c', dependency unresolved. See top entry above. -ByteCodeLink: can't find label +GHC.ByteCode.Linker: can't find label During interactive linking, GHCi couldn't find the following symbol: c This may be due to you not asking GHCi to load extra object files, diff --git a/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 b/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 index 6226dda848..fcf9f6cbd9 100644 --- a/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 +++ b/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 @@ -12,7 +12,7 @@ This could be caused by: ghc-stage2.exe: ^^ Could not load '_c', dependency unresolved. See top entry above. -ByteCodeLink: can't find label +GHC.ByteCode.Linker: can't find label During interactive linking, GHCi couldn't find the following symbol: c This may be due to you not asking GHCi to load extra object files, diff --git a/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32 b/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32 index 5b9103e606..84742a8271 100644 --- a/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32 +++ b/testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32 @@ -12,7 +12,7 @@ This could be caused by: ghc-stage2.exe: ^^ Could not load 'c', dependency unresolved. See top entry above. -ByteCodeLink: can't find label +GHC.ByteCode.Linker: can't find label During interactive linking, GHCi couldn't find the following symbol: c This may be due to you not asking GHCi to load extra object files, |