summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-24 22:39:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-24 22:39:28 -0700
commite52d58aa5bea245b66786b4c9029e849a2be69d3 (patch)
treeb08b542d18bfcf10344f1d6a30bf54a966f5369d /t
parent2c37437046bfc1b5f46302ce005c170a3bac504b (diff)
downloadperl-e52d58aa5bea245b66786b4c9029e849a2be69d3.tar.gz
Test CORE::break’s prototype
Diffstat (limited to 't')
-rw-r--r--t/op/cproto.t3
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 (@)