aboutsummaryrefslogtreecommitdiff
path: root/tests/GhcSession.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GhcSession.hs')
-rw-r--r--tests/GhcSession.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs
index ca91dd4..a4ccac8 100644
--- a/tests/GhcSession.hs
+++ b/tests/GhcSession.hs
@@ -152,8 +152,9 @@ compileModule nb ep opts = do
ChExeEntrypoint m' ms ->
let
- -- The options first clear out includes, then put in the build dir. We want the
- -- first one after that, so "regex-example" in the following case
+ -- The options first clear out includes, then put in the build
+ -- dir. We want the first one after that, so "regex-example" in
+ -- the following case
--
-- ,"-i"
-- ,"-idist/build/regex-example"