Fix compiler warning in test case

This commit is contained in:
Sebastian Messmer 2016-07-10 22:15:48 +02:00
parent dde89da556
commit 30a1a3617e
1 changed files with 2 additions and 0 deletions

View File

@ -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;