diff --git a/src/test/SDL_test_memory.c b/src/test/SDL_test_memory.c index 96a953d3d0..19e09d0e06 100644 --- a/src/test/SDL_test_memory.c +++ b/src/test/SDL_test_memory.c @@ -284,8 +284,6 @@ void SDLTest_LogAllocations(void) SDL_strlcpy(line, "Memory allocations:\n", sizeof(line)); ADD_LINE(); - SDL_strlcpy(line, "Expect 2 allocations from within SDL_GetErrBuf()\n", sizeof(line)); - ADD_LINE(); count = 0; total_allocated = 0;