From 644612052874ab76375ed5321b984d8e57182ed8 Mon Sep 17 00:00:00 2001 From: Byron Johnson Date: Fri, 9 Dec 2022 13:09:17 -0700 Subject: [PATCH] WIP: adapt tests to the fix. (WIP: will be squished to the fix commit.) --- cabal-install/tests/IntegrationTests2.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal-install/tests/IntegrationTests2.hs b/cabal-install/tests/IntegrationTests2.hs index 0bdf1e964a6..35e4b61b53b 100644 --- a/cabal-install/tests/IntegrationTests2.hs +++ b/cabal-install/tests/IntegrationTests2.hs @@ -1591,7 +1591,7 @@ testProgramOptionsLocal config0 = do (Just [ghcFlag]) (getProgArgs localPackages "q") assertEqual "p" - Nothing + (Just [ghcFlag]) (getProgArgs localPackages "p") where testdir = "regression/program-options"