test/timeout: fix typo

Issue #2704
This commit is contained in:
Martin Stein 2018-03-21 15:28:04 +01:00 committed by Christian Helmuth
parent 93a0c66589
commit f681f9e844

View File

@ -797,7 +797,7 @@ struct Main
void handle_test_2_done()
{
test_2.destruct();
test_3.construct(env, error_cnt, test_3_done, 2);
test_3.construct(env, error_cnt, test_3_done, 3);
}
void handle_test_3_done()