Update test/test-fs-event.c
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
This commit is contained in:
parent
58754d5500
commit
5c65af4099
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user