[Git][ghc/ghc][master] testsuite: Fix comment for a language extension
Marge Bot
gitlab at gitlab.haskell.org
Sun Apr 12 15:20:26 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
0889f5ee by Takenobu Tani at 2020-04-12T11:44:52+09:00
testsuite: Fix comment for a language extension
[skip ci]
- - - - -
1 changed file:
- testsuite/tests/driver/T4437.hs
Changes:
=====================================
testsuite/tests/driver/T4437.hs
=====================================
@@ -2,7 +2,7 @@
-- sync with Cabal's own extension list.
--
-- If you have ended up here due to a test failure, please see
--- Note [Adding a language extension] in compiler/main/DynFlags.hs.
+-- Note [Adding a language extension] in compiler/GHC/Driver/Session.hs.
module Main (main) where
@@ -34,7 +34,7 @@ check title expected got
showProblems "Unexpected flags" unexpected
showProblems "Missing flags" missing
--- See Note [Adding a language extension] in compiler/main/DynFlags.hs.
+-- See Note [Adding a language extension] in compiler/GHC/Driver/Session.hs.
expectedGhcOnlyExtensions :: [String]
expectedGhcOnlyExtensions =
[ "RelaxedLayout"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0889f5eecfea8af6a9d74d48d9d86ff3aea331d6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0889f5eecfea8af6a9d74d48d9d86ff3aea331d6
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200412/16be5c98/attachment.html>
More information about the ghc-commits
mailing list