forked from cory/tildefriends
libuv 1.42.0.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3650 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2
deps/libuv/test/test-ref.c
vendored
2
deps/libuv/test/test-ref.c
vendored
@ -154,7 +154,7 @@ TEST_IMPL(check_ref) {
|
||||
|
||||
|
||||
static void prepare_cb(uv_prepare_t* h) {
|
||||
ASSERT(h != NULL);
|
||||
ASSERT_NOT_NULL(h);
|
||||
uv_unref((uv_handle_t*)h);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user