summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T4437.hs
diff options
context:
space:
mode:
authorBartosz Nitka <niteria@gmail.com>2017-11-18 14:11:38 +0000
committerBartosz Nitka <niteria@gmail.com>2017-11-18 14:11:38 +0000
commit912a72d2241402d23ce7326021fd143f2739da82 (patch)
tree1388354222e78e9e77fdbf55af1eca8fc20d8e07 /testsuite/tests/driver/T4437.hs
parent74070bbba956392ac6efd4e159dfb8f76b563615 (diff)
downloadhaskell-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/T4437.hs')
-rw-r--r--testsuite/tests/driver/T4437.hs3
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",