]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/libtap/tests/diag/test.pl
Removed ccan_tools versions of talloc and libtap in favor of ccan ones.
[ccan] / ccan_tools / libtap / tests / diag / test.pl
diff --git a/ccan_tools/libtap/tests/diag/test.pl b/ccan_tools/libtap/tests/diag/test.pl
deleted file mode 100644 (file)
index d5971cd..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-use warnings;
-use strict;
-
-use Test::More;
-
-plan tests => 2;
-
-diag("A diagnostic message");
-
-ok(1, 'test 1') or diag "ok() failed, and shouldn't";
-ok(0, 'test 2') or diag "ok() passed, and shouldn't";