This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[perl #87708] $tied + $tied
[perl5.git]
/
t
/
op
/
tie_fetch_count.t
diff --git
a/t/op/tie_fetch_count.t
b/t/op/tie_fetch_count.t
index
d6cf9c6
..
be339cd
100644
(file)
--- a/
t/op/tie_fetch_count.t
+++ b/
t/op/tie_fetch_count.t
@@
-228,8
+228,8
@@
bin_test '.' , 1, 2, 12;
{
local $TODO = $todo ;
bin_test '==', 1, 2, "";
- bin_test '+' , 1, 2, 3;
}
+bin_test '+' , 1, 2, 3;
bin_int_test '*' , 2, 3, 6;
bin_int_test '/' , 10, 2, 5;
bin_int_test '%' , 11, 2, 1;