Skip to content

Commit

Permalink
math_opt: Fix xpress_solver_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Feb 6, 2025
1 parent 88d8156 commit e339013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ortools/math_opt/solvers/xpress_solver_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ INSTANTIATE_TEST_SUITE_P(XpressStatusTest, StatusTest,
} // namespace math_opt
} // namespace operations_research

GTEST_API_ int main(int argc, char **argv) {
int main(int argc, char **argv) {
printf("Running main() from %s\n", __FILE__);
testing::InitGoogleTest(&argc, argv);
if (operations_research::XpressIsCorrectlyInstalled()) {
Expand All @@ -255,4 +255,4 @@ GTEST_API_ int main(int argc, char **argv) {
LOG(INFO) << "XPress MP is not correctly installed, skipping";
return EXIT_SUCCESS;
}
}
}

0 comments on commit e339013

Please sign in to comment.