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