summaryrefslogtreecommitdiff
path: root/t/op/cproto.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-21 18:55:38 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-21 21:30:30 -0700
commit65c796d09e2d3d0b979004b9f972946e79196e68 (patch)
treedb8a05e4ea4a3355a0375b492569e0d4ef63a0b3 /t/op/cproto.t
parent5859159894d6a7681deeba515eb57ac39fe9406f (diff)
downloadperl-65c796d09e2d3d0b979004b9f972946e79196e68.tar.gz
cproto.t: Add tests for BEGIN, etc.
Diffstat (limited to 't/op/cproto.t')
-rw-r--r--t/op/cproto.t8
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 (_)