diff options
Diffstat (limited to 't/op/cproto.t')
-rw-r--r-- | t/op/cproto.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/op/cproto.t b/t/op/cproto.t index fce11e0c4e..8b6bad147c 100644 --- a/t/op/cproto.t +++ b/t/op/cproto.t @@ -6,7 +6,9 @@ BEGIN { @INC = '../lib'; } -use Test::More tests => 234; +BEGIN { require './test.pl'; } +plan tests => 234; + while (<DATA>) { chomp; my ($keyword, $proto) = split; |