tests/ctx: enable the test

This commit is contained in:
Dmitry Podgorny
2016-04-30 16:37:18 +00:00
parent c9a5cba113
commit c62d1d64ab
2 changed files with 9 additions and 2 deletions

View File

@@ -94,6 +94,8 @@ int main(int argc, char **argv)
if (!(log_called && mem_alloc_called && mem_realloc_called &&
mem_free_called))
return 1;
if (mem_alloc_called != mem_free_called)
return 1;
return 0;
}