forked from cory/tildefriends
libuv 1.47.0.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4615 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2
deps/libuv/test/test-dlerror.c
vendored
2
deps/libuv/test/test-dlerror.c
vendored
@ -38,7 +38,7 @@ TEST_IMPL(dlerror) {
|
||||
ASSERT_NOT_NULL(strstr(msg, dlerror_no_error));
|
||||
|
||||
r = uv_dlopen(path, &lib);
|
||||
ASSERT(r == -1);
|
||||
ASSERT_EQ(r, -1);
|
||||
|
||||
msg = uv_dlerror(&lib);
|
||||
ASSERT_NOT_NULL(msg);
|
||||
|
Reference in New Issue
Block a user