commit | 8fc30b178cfa32268146a8aaa834eed92f7b310d | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Nov 25 13:29:43 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Nov 25 13:29:43 2013 +0100 |
tree | bd564ab6d33d15e22201c1c827c7c5b0846ba865 | |
parent | 17d99fc6f236ed8588a9c829dbefa0d78c685327 [diff] [blame] |
Various const fixes
diff --git a/tests/suites/main_test.function b/tests/suites/main_test.function index c64d9be..67fb394 100644 --- a/tests/suites/main_test.function +++ b/tests/suites/main_test.function
@@ -6,7 +6,7 @@ SUITE_PRE_DEP #define TEST_SUITE_ACTIVE -static int test_assert( int correct, char *test ) +static int test_assert( int correct, const char *test ) { if( correct ) return( 0 );