changeset 584:f76dbea7a0c1

- changed test output for consistency
author Tassilo Philipp
date Tue, 13 Sep 2022 17:32:24 +0200
parents 4d9d4fcbf415
children 5a46d46b318b
files test/malloc_wx/test_wx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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();