Update test/test-fs-event.c

Co-authored-by: Jameson Nash <vtjnash@gmail.com>
This commit is contained in:
Stefan Stojanovic 2026-03-30 11:53:44 +02:00 committed by GitHub
parent 58754d5500
commit 5c65af4099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -534,12 +534,6 @@ static void fs_event_cb_del_dir_perm(uv_fs_event_t* handle,
}
}
static void timeout_cb_del_dir_perm(uv_timer_t* handle) {
uv_close((uv_handle_t*)&fs_event, NULL);
uv_close((uv_handle_t*)handle, NULL);
FATAL("Test timed out: fs_event watcher did not receive UV_ENOENT");
}
TEST_IMPL(fs_event_watch_delete_dir_win) {
uv_loop_t* loop = uv_default_loop();
int r;