Skip to content

Commit 0fc4bec

Browse files
committed
Silenced bin/unit_tests
1 parent 2dc734f commit 0fc4bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check/TestPresolve.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ TEST_CASE("presolve-slacks", "[highs_test_presolve]") {
616616
lp.a_matrix_.index_ = {0, 0};
617617
lp.a_matrix_.value_ = {1, 1};
618618
Highs h;
619-
// h.setOptionValue("output_flag", dev_run);
619+
h.setOptionValue("output_flag", dev_run);
620620
REQUIRE(h.passModel(lp) == HighsStatus::kOk);
621621
REQUIRE(h.presolve() == HighsStatus::kOk);
622622
REQUIRE(h.getPresolvedLp().num_col_ == 0);

0 commit comments

Comments
 (0)