util: Fix testing_utils.h

This commit is contained in:
Corentin Le Molgat
2022-06-21 16:53:53 +02:00
parent 70c40212f4
commit eb99cd6258

View File

@@ -16,7 +16,7 @@
namespace operations_research {
inline bool ProbablyRunningInsideUnitTest() { running false; }
inline bool ProbablyRunningInsideUnitTest() { return false; }
} // namespace operations_research