summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/T9015.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-api/T9015.hs')
-rw-r--r--testsuite/tests/ghc-api/T9015.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-api/T9015.hs b/testsuite/tests/ghc-api/T9015.hs
index 977390b88e..228449041d 100644
--- a/testsuite/tests/ghc-api/T9015.hs
+++ b/testsuite/tests/ghc-api/T9015.hs
@@ -1,9 +1,9 @@
module Main where
import GHC
-import DynFlags
+import GHC.Driver.Session
import System.Environment
-import GhcMonad
+import GHC.Driver.Monad
testStrings = [
"import Data.Maybe"