Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / tests / has_ip_network.pp
diff --git a/3rdparty/modules/stdlib/tests/has_ip_network.pp b/3rdparty/modules/stdlib/tests/has_ip_network.pp
deleted file mode 100644 (file)
index a15d8c0..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-include stdlib
-info('has_ip_network(\'127.0.0.0\'):', has_ip_network('127.0.0.0'))
-info('has_ip_network(\'128.0.0.0\'):', has_ip_network('128.0.0.0'))
-