summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/lib/warnings/9uninit2
-rw-r--r--t/op/tie_fetch_count.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/lib/warnings/9uninit b/t/lib/warnings/9uninit
index f266bd4a0b..de9ec4711d 100644
--- a/t/lib/warnings/9uninit
+++ b/t/lib/warnings/9uninit
@@ -571,8 +571,8 @@ Use of uninitialized value $g1 in integer lt (<) at - line 13.
Use of uninitialized value $m1 in integer lt (<) at - line 13.
Use of uninitialized value $g1 in integer gt (>) at - line 14.
Use of uninitialized value $m1 in integer gt (>) at - line 14.
-Use of uninitialized value $g1 in integer le (<=) at - line 15.
Use of uninitialized value $m1 in integer le (<=) at - line 15.
+Use of uninitialized value $g1 in integer le (<=) at - line 15.
Use of uninitialized value $m1 in integer ge (>=) at - line 16.
Use of uninitialized value $g1 in integer ge (>=) at - line 16.
Use of uninitialized value $m1 in integer eq (==) at - line 17.
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;