diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2022-07-27 18:18:08 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-08-31 13:26:53 +0100 |
commit | f7b4dcbd7d76101e7e6eee728bde2b5a5c873c02 (patch) | |
tree | 28c0817d2a347b9432d04ac5db87cdc6f18048d1 /testsuite | |
parent | e62705ff1976074ec2ce08eaa2af222a00889c65 (diff) | |
download | haskell-f7b4dcbd7d76101e7e6eee728bde2b5a5c873c02.tar.gz |
Update submodule Cabal to tag Cabal-v3.8.1.0wip/9.4-foward-fixed-make
closes #21931
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/driver/T4437.hs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs index a841a73218..c25c3b7f1c 100644 --- a/testsuite/tests/driver/T4437.hs +++ b/testsuite/tests/driver/T4437.hs @@ -37,11 +37,7 @@ check title expected got -- See Note [Adding a language extension] in compiler/GHC/Driver/Session.hs. expectedGhcOnlyExtensions :: [String] expectedGhcOnlyExtensions = - [ "RelaxedLayout" - , "AlternativeLayoutRule" - , "AlternativeLayoutRuleTransitional" - , "OverloadedRecordUpdate" - , "DeepSubsumption" + [ "DeepSubsumption" ] expectedCabalOnlyExtensions :: [String] |