[Git][ghc/ghc][wip/multiline-strings] Remove MultilineStrings from expectedGhcOnlyExtensions (see #12089)
Brandon Chinn (@brandonchinn178)
gitlab at gitlab.haskell.org
Wed Aug 7 03:10:39 UTC 2024
Brandon Chinn pushed to branch wip/multiline-strings at Glasgow Haskell Compiler / GHC
Commits:
e908c8bf by Brandon Chinn at 2024-08-06T20:10:14-07:00
Remove MultilineStrings from expectedGhcOnlyExtensions (see #12089)
Bumps Cabal submodule to include MultilineStrings extension
- - - - -
2 changed files:
- libraries/Cabal
- testsuite/tests/driver/T4437.hs
Changes:
=====================================
libraries/Cabal
=====================================
@@ -1 +1 @@
-Subproject commit 56fb1dc9baa20b079eb0fa84ccafb284a6e91d41
+Subproject commit 72e54398ab40d0b97d9f342d35c4d6d3128d1736
=====================================
testsuite/tests/driver/T4437.hs
=====================================
@@ -38,7 +38,6 @@ check title expected got
expectedGhcOnlyExtensions :: [String]
expectedGhcOnlyExtensions =
[ "OrPatterns"
- , "MultilineStrings"
]
expectedCabalOnlyExtensions :: [String]
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e908c8bfb9214b8f6049830c1ac2870add482692
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e908c8bfb9214b8f6049830c1ac2870add482692
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/20240806/0baa4065/attachment.html>
More information about the ghc-commits
mailing list