commit | 4ec1e8193ef6be447e690ad32e2e455a2b3732f5 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Fri May 06 00:22:18 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon May 23 14:29:30 2016 +0100 |
tree | 9816ddcc08fa73fca14e7c4a9d377b8b209d381f | |
parent | 214f5c0af2bc34c80b227116a8027169f164ce9d [diff] |
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 )