Skip to content
Snippets Groups Projects
Commit 912a72d2 authored by niteria's avatar niteria
Browse files

Fix T4437

This test tests if the flags are in sync between GHC and
Cabal.
After b0b80e90 'Implement the basics of hex floating point
literals' landed, the Cabal side had to be updated. That
has been done, and 835d8ddb 'GHC.Prim use virtual-modules'
brought the Cabal submodule up to date.
parent 74070bbb
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,7 @@ expectedGhcOnlyExtensions :: [String]
expectedGhcOnlyExtensions = ["RelaxedLayout",
"AlternativeLayoutRule",
"AlternativeLayoutRuleTransitional",
"EmptyDataDeriving",
"HexFloatLiterals"]
"EmptyDataDeriving"]
expectedCabalOnlyExtensions :: [String]
expectedCabalOnlyExtensions = ["Generics",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment