test_mpool_api: fix variable type mismatches

This was reported by ISSM compiler.

Jira: ZEP-1179

Change-Id: I5700ff6b374815325fa858cfd11f8938c82d8337
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
This commit is contained in:
Jithu Joseph 2017-02-13 16:09:14 -08:00 committed by Anas Nashif
commit ecba9dee51

View file

@ -120,7 +120,7 @@ void test_mpool_alloc_size(void)
void test_mpool_alloc_timeout(void)
{
struct k_mem_block block[BLK_NUM_MIN], fblock;
uint64_t tms;
int64_t tms;
for (int i = 0; i < BLK_NUM_MIN; i++) {
assert_equal(k_mem_pool_alloc(&kmpool, &block[i], BLK_SIZE_MIN,