summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-03-02 11:43:03 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-03-16 23:53:24 -0400
commit18a346a4b5a02b8c62e8eedb91b35c2d8e754b96 (patch)
tree59121ffd5a46c1987a184db3842a3089f6250d11 /testsuite
parent818b3c38e7548f4720815f76969238d82c9650f7 (diff)
downloadhaskell-18a346a4b5a02b8c62e8eedb91b35c2d8e754b96.tar.gz
Modules: Core (#13009)
Update submodule: haddock
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/callarity/unittest/CallArity1.hs2
-rw-r--r--testsuite/tests/driver/all.T2
-rw-r--r--testsuite/tests/ghc-api/T4891/T4891.hs4
-rw-r--r--testsuite/tests/pmcheck/should_compile/T11195.hs10
4 files changed, 9 insertions, 9 deletions
diff --git a/testsuite/tests/callarity/unittest/CallArity1.hs b/testsuite/tests/callarity/unittest/CallArity1.hs
index cbc07dbecd..e39ba63dd6 100644
--- a/testsuite/tests/callarity/unittest/CallArity1.hs
+++ b/testsuite/tests/callarity/unittest/CallArity1.hs
@@ -2,7 +2,7 @@
import GHC.Core
import GHC.Core.Utils
import Id
-import Type
+import GHC.Core.Type
import GHC.Core.Make
import CallArity (callArityRHS)
import MkId
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index b3d6ed2924..97d47d61e1 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -148,7 +148,7 @@ test('T3364', normalise_fun(normalise_errmsg), makefile_test, [])
# T4437: A test to ensure that Cabal's language extension list remains
# consistent with those known by GHC.
#
-# See Note [Adding a language extension] in DynFlags.hs for details.
+# See Note [Adding a language extension] in GHC.Driver.Session for details.
test('T4437', only_ways(['normal']), compile_and_run, ['-package ghc'])
test('werror', normal, compile_fail, [''])
diff --git a/testsuite/tests/ghc-api/T4891/T4891.hs b/testsuite/tests/ghc-api/T4891/T4891.hs
index 58e40b5e85..000a8726d1 100644
--- a/testsuite/tests/ghc-api/T4891/T4891.hs
+++ b/testsuite/tests/ghc-api/T4891/T4891.hs
@@ -4,14 +4,14 @@ module Main where
import GHC.ByteCode.Linker
import CoreMonad
import Data.Array
-import DataCon
+import GHC.Core.DataCon
import GHC
import GHC.Exts.Heap
import GHC.Driver.Types
import GHC.Runtime.Linker
import GHC.Runtime.Heap.Inspect
import TcEnv
-import Type
+import GHC.Core.Type
import TcRnMonad
import TcType
import Control.Applicative
diff --git a/testsuite/tests/pmcheck/should_compile/T11195.hs b/testsuite/tests/pmcheck/should_compile/T11195.hs
index b5c5452361..3e45f24c23 100644
--- a/testsuite/tests/pmcheck/should_compile/T11195.hs
+++ b/testsuite/tests/pmcheck/should_compile/T11195.hs
@@ -2,15 +2,15 @@
module T11195 where
-import TyCoRep
-import Coercion
-import Type hiding( substTyVarBndr, substTy, extendTCvSubst )
+import GHC.Core.TyCo.Rep
+import GHC.Core.Coercion
+import GHC.Core.Type hiding( substTyVarBndr, substTy, extendTCvSubst )
+import GHC.Core.InstEnv
+import GHC.Core.Coercion.Axiom
import TcType ( exactTyCoVarsOfType )
-import CoAxiom
import VarSet
import VarEnv
import Pair
-import InstEnv
type NormalCo = Coercion
type NormalNonIdCo = NormalCo -- Extra invariant: not the identity