summaryrefslogtreecommitdiff
path: root/ext/sysvshm/tests/shutdown_crash_0.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sysvshm/tests/shutdown_crash_0.phpt')
-rw-r--r--ext/sysvshm/tests/shutdown_crash_0.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sysvshm/tests/shutdown_crash_0.phpt b/ext/sysvshm/tests/shutdown_crash_0.phpt
index 8509316fa1..0f2a02dfb5 100644
--- a/ext/sysvshm/tests/shutdown_crash_0.phpt
+++ b/ext/sysvshm/tests/shutdown_crash_0.phpt
@@ -15,8 +15,6 @@ var_dump($s = shm_attach($key, 1024));
shm_remove($s);
var_dump($s = shm_attach($key, 1024));
shm_remove($s);
-
--EXPECTF--
resource(%d) of type (sysvshm)
resource(%d) of type (sysvshm)
-