summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_run/CountParserDeps.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_run/CountParserDeps.hs')
-rw-r--r--testsuite/tests/parser/should_run/CountParserDeps.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_run/CountParserDeps.hs b/testsuite/tests/parser/should_run/CountParserDeps.hs
index 1872c93ba8..03313fb66f 100644
--- a/testsuite/tests/parser/should_run/CountParserDeps.hs
+++ b/testsuite/tests/parser/should_run/CountParserDeps.hs
@@ -40,7 +40,7 @@ parserDeps libdir =
(df, _, _) <- parseDynamicFlags df [noLoc "-package=ghc"]
setSessionDynFlags df
env <- getSession
- loop env emptyUniqSet [mkModuleName "Parser"]
+ loop env emptyUniqSet [mkModuleName "GHC.Parser"]
where
-- Source imports are only guaranteed to show up in the 'mi_deps'
-- of modules that import them directly and don’t propagate