summaryrefslogtreecommitdiff
path: root/t/op/cproto.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-07-26 09:57:09 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-26 09:57:09 -0700
commitd3dc34aeee959176a2fa7d0319ce9d9d23e584c3 (patch)
tree255f4afc8afa6b0ca1cd07915fedf0f9ed5f09ff /t/op/cproto.t
parent604022a79fa979903252f624ba30c9e919bc7625 (diff)
downloadperl-d3dc34aeee959176a2fa7d0319ce9d9d23e584c3.tar.gz
Add more tests to cproto.t
It was missing tests for three keywords.
Diffstat (limited to 't/op/cproto.t')
-rw-r--r--t/op/cproto.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/op/cproto.t b/t/op/cproto.t
index da6380f545..ee9743375b 100644
--- a/t/op/cproto.t
+++ b/t/op/cproto.t
@@ -7,7 +7,7 @@ BEGIN {
}
BEGIN { require './test.pl'; }
-plan tests => 240;
+plan tests => 243;
while (<DATA>) {
chomp;
@@ -30,6 +30,8 @@ __DATA__
__FILE__ ()
__LINE__ ()
__PACKAGE__ ()
+__DATA__ undef
+__END__ undef
abs (_)
accept (**)
alarm (_)
@@ -55,6 +57,7 @@ cos (_)
crypt ($$)
dbmclose (\%)
dbmopen (\%$$)
+default undef
defined undef
delete undef
die (@)