Skip to content

Commit 51525f1

Browse files
committed
math_opt: Fix xpress_solver_test.cc
1 parent 4e80e65 commit 51525f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ortools/math_opt/solvers/xpress_solver_test.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ INSTANTIATE_TEST_SUITE_P(XpressStatusTest, StatusTest,
246246
} // namespace math_opt
247247
} // namespace operations_research
248248

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

0 commit comments

Comments
 (0)