From f59feb73512fdca5b4ead56eab38c33e92921f2d Mon Sep 17 00:00:00 2001 From: Colton Clemmer Date: Thu, 18 May 2023 16:24:55 -0500 Subject: [PATCH] Remove options associated with #8839 --- cabal-install/tests/IntegrationTests2.hs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cabal-install/tests/IntegrationTests2.hs b/cabal-install/tests/IntegrationTests2.hs index d242a62f7..d94b91170 100644 --- a/cabal-install/tests/IntegrationTests2.hs +++ b/cabal-install/tests/IntegrationTests2.hs @@ -2109,14 +2109,10 @@ testConfigOptionComments = do " -- output-dir" @=? findLineWith True "output-dir" defaultConfigFile " -- interactive" @=? findLineWith True "interactive" defaultConfigFile - " -- quiet" @=? findLineWith True "quiet" defaultConfigFile - " -- no-comments" @=? findLineWith True "no-comments" defaultConfigFile - " -- minimal" @=? findLineWith True "minimal" defaultConfigFile " -- cabal-version" @=? findLineWith True "cabal-version" defaultConfigFile " -- license" @=? findLineWith True "license" defaultConfigFile " -- extra-doc-file" @=? findLineWith True "extra-doc-file" defaultConfigFile " -- test-dir" @=? findLineWith True "test-dir" defaultConfigFile - " -- simple" @=? findLineWith True "simple" defaultConfigFile " -- language" @=? findLineWith True "language" defaultConfigFile " -- application-dir" @=? findLineWith True "application-dir" defaultConfigFile " -- source-dir" @=? findLineWith True "source-dir" defaultConfigFile -- 2.11.4.GIT