Skip to content

Commit cf9161f

Browse files
committed
Update expectations of cabal-install:unit-tests
1 parent f10f8ce commit cf9161f

File tree

1 file changed

+3
-3
lines changed
  • cabal-install/tests/UnitTests/Distribution/Solver/Modular

1 file changed

+3
-3
lines changed

cabal-install/tests/UnitTests/Distribution/Solver/Modular/Solver.hs

+3-3
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ tests =
615615
, "[__2] unknown package: unknown2 (dependency of B)"
616616
, "[__2] fail (backjumping, conflict set: B, unknown2)"
617617
, "[__1] fail (backjumping, conflict set: A, B, unknown1, unknown2)"
618-
, "[__0] skipping: A-3.0.0, A-2.0.0 (has the same characteristics that "
618+
, "[__0] skipping: A; 3.0.0, 2.0.0 (has the same characteristics that "
619619
++ "caused the previous version to fail: depends on 'B')"
620620
, "[__0] trying: A-1.0.0"
621621
, "[__1] done"
@@ -644,7 +644,7 @@ tests =
644644
, "[__1] next goal: B (dependency of A)"
645645
, "[__1] rejecting: B-11.0.0 (conflict: A => B==14.0.0)"
646646
, "[__1] fail (backjumping, conflict set: A, B)"
647-
, "[__0] skipping: A-3.0.0, A-2.0.0 (has the same characteristics that "
647+
, "[__0] skipping: A; 3.0.0, 2.0.0 (has the same characteristics that "
648648
++ "caused the previous version to fail: depends on 'B' but excludes "
649649
++ "version 11.0.0)"
650650
, "[__0] trying: A-1.0.0"
@@ -769,7 +769,7 @@ tests =
769769
, "[__2] next goal: C (dependency of A)"
770770
, "[__2] rejecting: C-2.0.0 (conflict: A => C==1.0.0)"
771771
, "[__2] fail (backjumping, conflict set: A, C)"
772-
, "[__0] skipping: A-3.0.0, A-2.0.0 (has the same characteristics that caused the "
772+
, "[__0] skipping: A; 3.0.0, 2.0.0 (has the same characteristics that caused the "
773773
++ "previous version to fail: depends on 'C' but excludes version 2.0.0)"
774774
, "[__0] trying: A-1.0.0"
775775
, "[__1] next goal: C (dependency of A)"

0 commit comments

Comments
 (0)