summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/mcast_ipv6_recv.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/mcast_ipv6_recv.phpt')
-rw-r--r--ext/sockets/tests/mcast_ipv6_recv.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sockets/tests/mcast_ipv6_recv.phpt b/ext/sockets/tests/mcast_ipv6_recv.phpt
index 6ff97b60d5..83fc5064c7 100644
--- a/ext/sockets/tests/mcast_ipv6_recv.phpt
+++ b/ext/sockets/tests/mcast_ipv6_recv.phpt
@@ -43,7 +43,6 @@ $so = socket_set_option($s, IPPROTO_IPV6, MCAST_JOIN_SOURCE_GROUP, array(
if ($so === false) {
die('skip protocol independent multicast API is unavailable.');
}
-
--FILE--
<?php
include __DIR__."/mcast_helpers.php.inc";