diff options
Diffstat (limited to 'src/unittest/test.h')
-rw-r--r-- | src/unittest/test.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/unittest/test.h b/src/unittest/test.h index a6cd03ed2..1102f6d33 100644 --- a/src/unittest/test.h +++ b/src/unittest/test.h @@ -99,10 +99,6 @@ class TestFailedException : public std::exception { UASSERT(exception_thrown); \ } -#define CONCAT_IMPL(x,y) x##y -#define CONCAT(x,y) CONCAT_IMPL(x, y) -#define NEWNAME(prefix) CONCAT(prefix, __COUNTER__) - class IGameDef; class TestBase { |