commit | d96924de9c1f0357804cd68075e47f0e0f7f5a0a | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Fri May 06 00:22:18 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri May 06 00:22:18 2016 +0100 |
tree | a7b12e1ba8a230d1304d4944b6eca2a1a37d2119 | |
parent | 70eab85b141d2d948abc1449c86308077cb5981a [diff] |
Widens test parameters in memory alloc tests
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function index 31b8f58..f0d0520 100644 --- a/tests/suites/helpers.function +++ b/tests/suites/helpers.function
@@ -348,7 +348,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 )