Skip to content

Commit

Permalink
sat: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 8, 2024
1 parent a3d4efd commit 3b5cacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ortools/sat/work_assignment_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ class SharedTreeSolveTest : public testing::TestWithParam<absl::string_view> {
params.set_num_workers(4);
params.set_shared_tree_num_workers(4);
params.set_cp_model_presolve(false);
params.MergeFrom(
params.MergeFrom(SatParameters{
google::protobuf::contrib::parse_proto::ParseTextProtoOrDie(
GetParam()));
GetParam())});
return params;
}
};
Expand Down

0 comments on commit 3b5cacc

Please sign in to comment.