X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/96b6b87fc202a490b35ba140684083e484959f72..76422f81b675011beffbdb66c981a36b6fbf4a6b:/t/op/tie_fetch_count.t?ds=sidebyside diff --git a/t/op/tie_fetch_count.t b/t/op/tie_fetch_count.t index 66439411..d6cf9c6 100644 --- a/t/op/tie_fetch_count.t +++ b/t/op/tie_fetch_count.t @@ -231,10 +231,7 @@ bin_test '.' , 1, 2, 12; bin_test '+' , 1, 2, 3; } bin_int_test '*' , 2, 3, 6; -{ - local $TODO = $todo ; - bin_int_test '/' , 10, 2, 5; -} +bin_int_test '/' , 10, 2, 5; bin_int_test '%' , 11, 2, 1; bin_int_test '+' , 1, 2, 3; bin_int_test '-' , 11, 2, 9;