commit | a755ca1bbee8b99b3dbe580df38f8e8d02c0c490 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Apr 24 09:11:17 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Apr 24 09:11:17 2011 +0000 |
tree | c9155d1361873057b476d1c3e623a1078379c1bf | |
parent | 23986e5d5d501ae93bed161752708ba18fb9e016 [diff] [blame] |
- Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl for clarity
diff --git a/tests/suites/test_suite_mpi.function b/tests/suites/test_suite_mpi.function index 3278eb1..2dacde8 100644 --- a/tests/suites/test_suite_mpi.function +++ b/tests/suites/test_suite_mpi.function
@@ -455,7 +455,7 @@ { mpi X; int res; - t_int r; + t_uint r; mpi_init(&X, NULL); TEST_ASSERT( mpi_read_string( &X, {radix_X}, {input_X} ) == 0 );