summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Schmits <git@tryp.io>2022-07-20 14:39:49 +0200
committerTorsten Schmits <git@tryp.io>2022-07-20 14:39:49 +0200
commitcbc94e392b2495b20622879cc3c4c92e279eafe2 (patch)
tree51f4c50ce6755a0a7ee7a84bb340d426a8086a3a
parentb3f204a22edfbb0ea89c74e83cba86a0dec72fa6 (diff)
downloadhaskell-cbc94e392b2495b20622879cc3c4c92e279eafe2.tar.gz
add ImplicitForAll to expectedCabalOnlyExtensions as per Note in Session.hs
-rw-r--r--testsuite/tests/driver/T4437.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs
index 6b75ee2997..4ce13e796f 100644
--- a/testsuite/tests/driver/T4437.hs
+++ b/testsuite/tests/driver/T4437.hs
@@ -56,5 +56,6 @@ expectedCabalOnlyExtensions = ["Generics",
"Unsafe",
"Trustworthy",
"MonadFailDesugaring",
- "MonoPatBinds"
+ "MonoPatBinds",
+ "ImplicitForAll"
]