]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/libtap/tests/plan/too-many-plans/test.pl
Removed ccan_tools versions of talloc and libtap in favor of ccan ones.
[ccan] / ccan_tools / libtap / tests / plan / too-many-plans / test.pl
diff --git a/ccan_tools/libtap/tests/plan/too-many-plans/test.pl b/ccan_tools/libtap/tests/plan/too-many-plans/test.pl
deleted file mode 100644 (file)
index 2bde14a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/perl
-
-use warnings;
-use strict;
-
-use Test::More;
-
-plan tests => 1;
-
-ok(1);
-
-plan tests => 1;
-
-ok(0);