[Git][ghc/ghc][wip/romes/24212] Fix windows failure

Rodrigo Mesquita pushed to branch wip/romes/24212 at Glasgow Haskell Compiler / GHC Commits: d585fb63 by Rodrigo Mesquita at 2025-07-11T19:54:15+01:00 Fix windows failure - - - - - 1 changed file: - testsuite/tests/ghc-api/T20757.hs Changes: ===================================== testsuite/tests/ghc-api/T20757.hs ===================================== @@ -3,4 +3,4 @@ module Main where import GHC.SysTools.BaseDir main :: IO () -main = findToolDir False "/" >>= print +main = findToolDir "/" >>= print View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d585fb63786fb4aec7bb900855e80adf... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d585fb63786fb4aec7bb900855e80adf... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)