diff options
Diffstat (limited to 'src/unittest')
-rw-r--r-- | src/unittest/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/test.cpp b/src/unittest/test.cpp index de4711802..1f3b31017 100644 --- a/src/unittest/test.cpp +++ b/src/unittest/test.cpp @@ -217,7 +217,7 @@ void TestGameDef::defineSomeNodes() void run_tests() { - DSTACK(__FUNCTION_NAME); + DSTACK(FUNCTION_NAME); u32 t1 = porting::getTime(PRECISION_MILLI); TestGameDef gamedef; |