Add lots of tests
[acme-evil.git] / t / intermediate-indirect.t
diff --git a/t/intermediate-indirect.t b/t/intermediate-indirect.t
new file mode 100644 (file)
index 0000000..51ecb7a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/perl
+use Test::More tests => 1;
+
+ok !eval {require t::t3::IntermediateIndirect }, 'Indirect intermediate dies';
This page took 0.008865 seconds and 4 git commands to generate.