Fix compiler warning in test case
This commit is contained in:
parent
dde89da556
commit
30a1a3617e
@ -2,7 +2,9 @@
|
||||
#include <gmock/gmock.h>
|
||||
|
||||
//Include the ASSERT macro for a release build
|
||||
#ifndef NDEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#include "cpp-utils/assert/assert.h"
|
||||
|
||||
using testing::MatchesRegex;
|
||||
|
Loading…
Reference in New Issue
Block a user