summaryrefslogtreecommitdiff
path: root/t/op/tie_fetch_count.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/tie_fetch_count.t')
-rw-r--r--t/op/tie_fetch_count.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/t/op/tie_fetch_count.t b/t/op/tie_fetch_count.t
index 79c9015965..66439411a9 100644
--- a/t/op/tie_fetch_count.t
+++ b/t/op/tie_fetch_count.t
@@ -229,10 +229,13 @@ bin_test '.' , 1, 2, 12;
local $TODO = $todo ;
bin_test '==', 1, 2, "";
bin_test '+' , 1, 2, 3;
- bin_int_test '*' , 2, 3, 6;
+}
+bin_int_test '*' , 2, 3, 6;
+{
+ local $TODO = $todo ;
bin_int_test '/' , 10, 2, 5;
- bin_int_test '%' , 11, 2, 1;
}
+bin_int_test '%' , 11, 2, 1;
bin_int_test '+' , 1, 2, 3;
bin_int_test '-' , 11, 2, 9;
bin_int_test '<' , 1, 2, 1;