[commit: ghc] master: Fix T4437 (912a72d)

git at git.haskell.org git at git.haskell.org
Sat Nov 18 14:29:07 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/912a72d2241402d23ce7326021fd143f2739da82/ghc

>---------------------------------------------------------------

commit 912a72d2241402d23ce7326021fd143f2739da82
Author: Bartosz Nitka <niteria at gmail.com>
Date:   Sat Nov 18 14:11:38 2017 +0000

    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.


>---------------------------------------------------------------

912a72d2241402d23ce7326021fd143f2739da82
 testsuite/tests/driver/T4437.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs
index e8dc8a4..27f5e1a 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",



More information about the ghc-commits mailing list