Forgot one assert in test-timer-again

This commit is contained in:
Bert Belder 2011-05-19 02:02:39 +02:00
parent 78c2930e25
commit 0fa733e0ea

View File

@ -70,6 +70,7 @@ static void repeat_1_cb(uv_handle_t* handle, int status) {
static void repeat_2_cb(uv_handle_t* handle, int status) {
ASSERT(handle == &repeat_2);
ASSERT(status == 0);
ASSERT(repeat_2_cb_allowed);
LOGF("repeat_2_cb called after %ld ms\n", uv_now() - start_time);