Skip to content

Commit 3cb7b8f

Browse files
committed
Fixup test
1 parent a889896 commit 3cb7b8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/sapi.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ fn test_sapi() {
7373
php_request_shutdown(std::ptr::null_mut());
7474
}
7575

76-
unsafe {
77-
assert_eq!(LAST_OUTPUT, "string(11) \"Hello, foo!\"\n");
78-
}
79-
8076
unsafe {
8177
php_module_shutdown();
8278
}

0 commit comments

Comments
 (0)