# HG changeset patch # User Tassilo Philipp # Date 1663083144 -7200 # Node ID f76dbea7a0c18f88098411d0562da15cacc73c67 # Parent 4d9d4fcbf415dc5d2e32ee32eaf60552f13ac703 - changed test output for consistency diff -r 4d9d4fcbf415 -r f76dbea7a0c1 test/malloc_wx/test_wx.c --- a/test/malloc_wx/test_wx.c Mon Sep 12 14:08:33 2022 +0200 +++ b/test/malloc_wx/test_wx.c Tue Sep 13 17:32:24 2022 +0200 @@ -41,7 +41,7 @@ err = dcInitExecWX(ptr, 23); dcFreeWX(ptr, 23); } - printf("result: test_alloc_wx: %d\n", (!err) ? 1 : 0 ); + printf("result: malloc_wx: %d\n", (!err) ? 1 : 0 ); dcTest_deInitPlatform();