summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/T11579.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-api/T11579.hs')
-rw-r--r--testsuite/tests/ghc-api/T11579.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-api/T11579.hs b/testsuite/tests/ghc-api/T11579.hs
index 9e45410d2e..7ea08c9216 100644
--- a/testsuite/tests/ghc-api/T11579.hs
+++ b/testsuite/tests/ghc-api/T11579.hs
@@ -1,8 +1,8 @@
import System.Environment
import GHC.Driver.Session
-import FastString
+import GHC.Data.FastString
import GHC
-import StringBuffer
+import GHC.Data.StringBuffer
import GHC.Parser.Lexer
import GHC.Types.SrcLoc