X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/150b625d31233719d0d078c7d9ebe5ac46a6c4da..4c3ac4ba94c3963cbfea8fd6a28648d68ac6063a:/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 d6cf9c6..be339cd 100644 --- 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;