Update test for socket objects

This commit is contained in:
Aaron Piotrowski 2023-06-17 09:41:28 -05:00
parent 6c87a21af1
commit d9519ca613
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63

View File

@ -6,4 +6,4 @@ Test uv_stdio_new doesn't cause segfault #56
$ioRead = uv_stdio_new("foo", Uv::CREATE_PIPE | Uv::INHERIT_STREAM);
--EXPECTF--
Warning: uv_stdio_new(): passed unexpected value, expected instance of UV, file resource or socket resource in %s on line %d
Warning: uv_stdio_new(): passed unexpected value, expected instance of UV, file resource or socket object in %s on line %d