util: Fix testing_utils.h
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
namespace operations_research {
|
||||
|
||||
inline bool ProbablyRunningInsideUnitTest() { running false; }
|
||||
inline bool ProbablyRunningInsideUnitTest() { return false; }
|
||||
|
||||
} // namespace operations_research
|
||||
|
||||
|
||||
Reference in New Issue
Block a user