Widens test parameters in memory alloc tests
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function
index aa8a045..edf1d12 100644
--- a/tests/suites/helpers.function
+++ b/tests/suites/helpers.function
@@ -350,7 +350,7 @@
     return( 0 );
 }
 
-static void test_fail( const char *test, int line_no, char* filename )
+static void test_fail( const char *test, int line_no, const char* filename )
 {
     test_errors++;
     if( test_errors == 1 )