28 const char*
path =
"test/fixtures/load_error.node";
29 const char* dlerror_no_error =
"no error";
38 ASSERT(strstr(
msg, dlerror_no_error) != NULL);
48 ASSERT(strstr(
msg, dlerror_no_error) == NULL);
56 ASSERT(strstr(
msg, dlerror_no_error) == NULL);