Skip to content

Commit 0b668c0

Browse files
committed
Jump the, normalize for windows, hoop
1 parent 067b957 commit 0b668c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-testsuite/PackageTests/ConditionalAndImport/cabal.test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ main = cabalTest . withRepo "repo" . recordMode RecordMarked $ do
254254
-- +-- yops/yops-9.config (no further imports)
255255
log "checking that we detect when the same config is imported via many different paths"
256256
yopping <- fails $ cabal' "v2-build" [ "--project-file=yops-0.project" ]
257-
assertOutputContains "duplicate import of yops/yops-3.config" yopping
257+
assertOutputContains (normalizeWindowsOutput "duplicate import of yops/yops-3.config") yopping
258258

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

0 commit comments

Comments
 (0)