diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-08-24 22:39:28 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-08-24 22:39:28 -0700 |
commit | e52d58aa5bea245b66786b4c9029e849a2be69d3 (patch) | |
tree | b08b542d18bfcf10344f1d6a30bf54a966f5369d /t | |
parent | 2c37437046bfc1b5f46302ce005c170a3bac504b (diff) | |
download | perl-e52d58aa5bea245b66786b4c9029e849a2be69d3.tar.gz |
Test CORE::break’s prototype
Diffstat (limited to 't')
-rw-r--r-- | t/op/cproto.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/op/cproto.t b/t/op/cproto.t index 2c54c0c655..c9cfe466ca 100644 --- a/t/op/cproto.t +++ b/t/op/cproto.t @@ -7,7 +7,7 @@ BEGIN { } BEGIN { require './test.pl'; } -plan tests => 244; +plan tests => 245; while (<DATA>) { chomp; @@ -41,6 +41,7 @@ atan2 ($$) bind (*$) binmode (*;$) bless ($;$) +break () caller (;$) chdir (;$) chmod (@) |