Skip to content

Commit

Permalink
Remove unnecessary normalizeWindowsOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 14, 2024
1 parent 88b92e6 commit e32fafc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ main = cabalTest . withRepo "repo" . recordMode RecordMarked $ do
yopping

assertOutputContains
(normalizeWindowsOutput "The following errors occurred: \
\ - The package directory '.' does not contain any .cabal file.")
"The following errors occurred: \
\ - The package directory '.' does not contain any .cabal file."
yopping

return ()
Expand Down Expand Up @@ -320,8 +320,8 @@ main = cabalTest . withRepo "repo" . recordMode RecordMarked $ do
woopping

assertOutputContains
(normalizeWindowsOutput "The following errors occurred: \
\ - The package directory '.' does not contain any .cabal file.")
"The following errors occurred: \
\ - The package directory '.' does not contain any .cabal file."
woopping

return ()
Expand Down

0 comments on commit e32fafc

Please sign in to comment.