mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-13 10:42:56 +01:00
DBUG vs DEBUG fixed in unit test, too
This commit is contained in:
parent
ba81287ca5
commit
940d11a61d
@ -135,6 +135,9 @@ private:
|
||||
};
|
||||
} // testing_helpers
|
||||
|
||||
|
||||
#ifdef CHANGE_G3LOG_DEBUG_TO_DBUG
|
||||
#undef DEBUG
|
||||
#define DEBUG DBUG
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user