We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067b957 commit 0b668c0Copy full SHA for 0b668c0
cabal-testsuite/PackageTests/ConditionalAndImport/cabal.test.hs
@@ -254,7 +254,7 @@ main = cabalTest . withRepo "repo" . recordMode RecordMarked $ do
254
-- +-- yops/yops-9.config (no further imports)
255
log "checking that we detect when the same config is imported via many different paths"
256
yopping <- fails $ cabal' "v2-build" [ "--project-file=yops-0.project" ]
257
- assertOutputContains "duplicate import of yops/yops-3.config" yopping
+ assertOutputContains (normalizeWindowsOutput "duplicate import of yops/yops-3.config") yopping
258
259
log "checking bad conditional"
260
badIf <- fails $ cabal' "v2-build" [ "--project-file=bad-conditional.project" ]
0 commit comments