]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove test for icmp sockets since extra/ping implicitly tests this
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Sep 2010 05:55:18 +0000 (00:55 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Sep 2010 05:55:18 +0000 (00:55 -0500)
basis/io/sockets/icmp/icmp-tests.factor

index f0f0589dcee40c1e3d84ae9e23cd02f51bc0f993..602ecc506008a43c504db90a3be83b04c0ef9a89 100644 (file)
@@ -8,8 +8,3 @@ IN: io.sockets.icmp.tests
     "localhost" <icmp> resolve-host
     [ [ icmp4? ] [ icmp6? ] bi or not ] filter
 ] unit-test
-
-[ t ] [
-    "127.0.0.1" <icmp4> <datagram>
-    [ addr>> icmp4? ] with-disposal
-] unit-test