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.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/tie_fetch_count.t b/t/op/tie_fetch_count.t
index c35b970f8d..e0a1208f56 100644
--- a/t/op/tie_fetch_count.t
+++ b/t/op/tie_fetch_count.t
@@ -247,8 +247,8 @@ bin_test '.' , 1, 2, 12;
}
bin_int_test '<' , 1, 2, 1;
bin_int_test '>' , 44, 2, 1;
- bin_int_test '<=', 44, 2, "";
}
+bin_int_test '<=', 44, 2, "";
bin_int_test '>=', 1, 2, "";
bin_int_test '==', 1, 2, "";
bin_int_test '!=', 1, 2, 1;