Skip to content

Commit

Permalink
Jump the, normalize for windows, hoop
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Oct 22, 2024
1 parent 06065fb commit 908ce01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ main = cabalTest . withRepo "repo" . recordMode RecordMarked $ do
-- +-- yops/yops-9.config (no further imports)
log "checking that we detect when the same config is imported via many different paths"
yopping <- fails $ cabal' "v2-build" [ "--project-file=yops-0.project" ]
assertOutputContains "duplicate import of yops/yops-3.config" yopping
assertOutputContains (normalizeWindowsOutput "duplicate import of yops/yops-3.config") yopping

log "checking bad conditional"
badIf <- fails $ cabal' "v2-build" [ "--project-file=bad-conditional.project" ]
Expand Down

0 comments on commit 908ce01

Please sign in to comment.