commit | 55abc215219ace39bc9c882a50ecd933bfc46663 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Mon Apr 18 18:18:48 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Tue Apr 19 15:15:53 2016 +0100 |
tree | 69e9843d29d9116903954d0d76a020e9daa40fb1 | |
parent | 1ed9f99ef34493f6a7f3a11e813c4a223d1b26b7 [diff] [blame] |
Fix ci break in builds without platform.h
diff --git a/tests/suites/main_test.function b/tests/suites/main_test.function index 525df5b..c2e3f6b 100644 --- a/tests/suites/main_test.function +++ b/tests/suites/main_test.function
@@ -356,7 +356,7 @@ if( unmet_dependencies[ i-1 ] == NULL ) { mbedtls_printf("FATAL: Out of memory\n"); - mbedtls_exit( MBEDTLS_PLATFORM_STD_EXIT_FAILURE ); + mbedtls_exit( MBEDTLS_EXIT_FAILURE ); } unmet_dep_count++; }