diff options
author | Adam Sandberg Eriksson <adam@sandbergericsson.se> | 2015-11-17 15:29:22 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-17 16:19:52 +0100 |
commit | b3d6c0f77df0c2cbb5cedaa48a8e874fad3e9942 (patch) | |
tree | 6a2448f85aa5d54c98137fc78ba49a584cbd4d90 /testsuite | |
parent | 7c9cbfd9074055d6db93d4b44c8aea8d32402aa6 (diff) | |
download | haskell-b3d6c0f77df0c2cbb5cedaa48a8e874fad3e9942.tar.gz |
Update Cabal submodule for new known extension
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1485
Diffstat (limited to 'testsuite')
-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 0d9d146d95..f345ce6b1f 100644 --- a/testsuite/tests/driver/T4437.hs +++ b/testsuite/tests/driver/T4437.hs @@ -32,8 +32,7 @@ check title expected got expectedGhcOnlyExtensions :: [String] expectedGhcOnlyExtensions = ["RelaxedLayout", "AlternativeLayoutRule", - "AlternativeLayoutRuleTransitional", - "Strict"] + "AlternativeLayoutRuleTransitional"] expectedCabalOnlyExtensions :: [String] expectedCabalOnlyExtensions = ["Generics", |