Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2028 → Rev 2029

/trunk/kernel/test/mm/falloc1.c
46,8 → 46,10
int i, order, run;
int allocated;
 
ASSERT(TEST_RUNS > 1);
if (TEST_RUNS < 2)
return "Test is compiled with TEST_RUNS < 2";
if (frames == NULL)
return "Unable to allocate frames";