Subversion Repositories PlanixRsrch.SVN

Compare Revisions

Ignore whitespace Rev 338 → Rev 339

/trunk/libmavl/test.c
140,7 → 140,7
delval = vals[i];
before_count = t->count;
mavl_del(t,&delval);
(void)mavl_del(t,&delval);
 
mu_assert(before_count != t->count-1,"%s count %d != %d",
name, before_count,t->count-1);
220,6 → 220,8
(void)test_mavl_del(name,16300,type);
return 1;
}
 
 
int
main(void)
{