DBUG vs DEBUG fixed in unit test, too

This commit is contained in:
SchoenleAndi 2016-10-03 16:00:08 +02:00
parent ba81287ca5
commit 940d11a61d

View File

@ -135,6 +135,9 @@ private:
};
} // testing_helpers
#ifdef CHANGE_G3LOG_DEBUG_TO_DBUG
#undef DEBUG
#define DEBUG DBUG
#endif