summaryrefslogtreecommitdiff
path: root/tests/has_ip_network.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/has_ip_network.pp')
-rw-r--r--tests/has_ip_network.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/has_ip_network.pp b/tests/has_ip_network.pp
deleted file mode 100644
index a15d8c0..0000000
--- a/tests/has_ip_network.pp
+++ /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'))
-