mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
Update test for socket objects
This commit is contained in:
parent
6c87a21af1
commit
d9519ca613
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user