Skip to content

Commit

Permalink
Revert "SkipIfWindows"
Browse files Browse the repository at this point in the history
This reverts commit 61abac8.
  • Loading branch information
philderbeast committed Dec 3, 2024
1 parent 61abac8 commit 6bd2053
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import Test.Cabal.Prelude
normalizeWindowsOutput :: String -> String
normalizeWindowsOutput = if isWindows then map (\x -> case x of '/' -> '\\'; _ -> x) else id

main = skipIfWindows "" >> test

test :: IO ()
test = cabalTest . withRepo "repo" . recordMode RecordMarked $ do

main = cabalTest . withRepo "repo" . recordMode RecordMarked $ do
let log = recordHeader . pure

cabal "v2-run" [ "some-exe" ]
Expand Down

0 comments on commit 6bd2053

Please sign in to comment.