@@ -22,4 +22,16 @@
#include "9unit.h"
void
initTestState(TestState *s)
{
if(s)
s->run = 0;
s->success = 0;
s->failure = 0;
s->postponed = 0;
}
//jl
The note is not visible to the blocked user.