diff options
Diffstat (limited to 't/op/cproto.t')
-rw-r--r-- | t/op/cproto.t | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/t/op/cproto.t b/t/op/cproto.t index 8727897943..a6dc210b2e 100644 --- a/t/op/cproto.t +++ b/t/op/cproto.t @@ -7,7 +7,7 @@ BEGIN { } BEGIN { require './test.pl'; } -plan tests => 248; +plan tests => 254; while (<DATA>) { chomp; @@ -36,7 +36,13 @@ __PACKAGE__ () __DATA__ undef __END__ undef __SUB__ () +AUTOLOAD undef +BEGIN undef CORE unknown +DESTROY undef +END undef +INIT undef +CHECK undef abs (_) accept (**) alarm (_) |