]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/libtap/tests/ok/ok-numeric/test.pl
Removed ccan_tools versions of talloc and libtap in favor of ccan ones.
[ccan] / ccan_tools / libtap / tests / ok / ok-numeric / test.pl
diff --git a/ccan_tools/libtap/tests/ok/ok-numeric/test.pl b/ccan_tools/libtap/tests/ok/ok-numeric/test.pl
deleted file mode 100644 (file)
index ddc8c16..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/perl
-
-use warnings;
-use strict;
-
-use Test::More;
-
-my $rc = 0;
-
-plan tests => 3;
-
-$rc = ok(1, 'First test');
-diag("Returned: $rc");
-
-$rc = ok(1, '1');
-diag("Returned: $rc");
-
-$rc = ok(1, 'Third test');
-diag("Returned: $rc");