summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDouglas Wilson <douglas.wilson@gmail.com>2022-07-27 18:18:08 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-08-31 13:26:53 +0100
commitf7b4dcbd7d76101e7e6eee728bde2b5a5c873c02 (patch)
tree28c0817d2a347b9432d04ac5db87cdc6f18048d1 /testsuite
parente62705ff1976074ec2ce08eaa2af222a00889c65 (diff)
downloadhaskell-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.hs6
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]