diff options
author | Bartosz Nitka <niteria@gmail.com> | 2017-11-18 14:11:38 +0000 |
---|---|---|
committer | Bartosz Nitka <niteria@gmail.com> | 2017-11-18 14:11:38 +0000 |
commit | 912a72d2241402d23ce7326021fd143f2739da82 (patch) | |
tree | 1388354222e78e9e77fdbf55af1eca8fc20d8e07 /testsuite/tests/driver | |
parent | 74070bbba956392ac6efd4e159dfb8f76b563615 (diff) | |
download | haskell-912a72d2241402d23ce7326021fd143f2739da82.tar.gz |
Fix T4437
This test tests if the flags are in sync between GHC and
Cabal.
After b0b80e9 'Implement the basics of hex floating point
literals' landed, the Cabal side had to be updated. That
has been done, and 835d8dd 'GHC.Prim use virtual-modules'
brought the Cabal submodule up to date.
Diffstat (limited to 'testsuite/tests/driver')
-rw-r--r-- | testsuite/tests/driver/T4437.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs index e8dc8a415f..27f5e1aaba 100644 --- a/testsuite/tests/driver/T4437.hs +++ b/testsuite/tests/driver/T4437.hs @@ -39,8 +39,7 @@ expectedGhcOnlyExtensions :: [String] expectedGhcOnlyExtensions = ["RelaxedLayout", "AlternativeLayoutRule", "AlternativeLayoutRuleTransitional", - "EmptyDataDeriving", - "HexFloatLiterals"] + "EmptyDataDeriving"] expectedCabalOnlyExtensions :: [String] expectedCabalOnlyExtensions = ["Generics", |