Skip to content

Commit cd2bd0b

Browse files
committed
Fix output flag in test
1 parent 4c6bd33 commit cd2bd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check/TestHipo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <iostream>
1717
#include <vector>
1818

19-
const bool dev_run = true;
19+
const bool dev_run = false;
2020

2121
TEST_CASE("test-hipo-afiro", "[highs_hipo]") {
2222
// Test that hipo runs and finds correct solution for afiro

0 commit comments

Comments
 (0)