mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-12-02 09:37:51 +01:00
Fixup test
This commit is contained in:
parent
a889896de6
commit
3cb7b8fefd
@ -73,10 +73,6 @@ fn test_sapi() {
|
|||||||
php_request_shutdown(std::ptr::null_mut());
|
php_request_shutdown(std::ptr::null_mut());
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe {
|
|
||||||
assert_eq!(LAST_OUTPUT, "string(11) \"Hello, foo!\"\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
php_module_shutdown();
|
php_module_shutdown();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user