diff --git a/ortools/sat/2d_try_edge_propagator_test.cc b/ortools/sat/2d_try_edge_propagator_test.cc index cffb8e8c23..305fc0ac26 100644 --- a/ortools/sat/2d_try_edge_propagator_test.cc +++ b/ortools/sat/2d_try_edge_propagator_test.cc @@ -83,7 +83,7 @@ void CheckConflict(const RectangleInRange& box_to_propagate, [&placed_box](const RectangleInRange& minimum_box) { return placed_box.IsDisjoint(minimum_box.GetMandatoryRegion()); })) - << "Could place a box at position " << placed_box; + << "Could place a box at position " << absl::StrCat(placed_box); } } }