Skip to content

Commit 23dd35a

Browse files
committed
remove more outdated === tests
1 parent fe02f96 commit 23dd35a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

S03-junctions/misc.t

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use v6;
22

33
use Test;
44

5-
plan 102;
5+
plan 99;
66

77
=begin pod
88
@@ -65,10 +65,6 @@ sub jok(Mu $condition, $msg?) { ok ?($condition), $msg };
6565
jok('b' eq ($a | $b | $c), 'junction of ($a | $b | $c) matches at least one "b"');
6666
jok('c' eq ($c | $a | $b), 'junction of ($c | $a | $b) matches at least one "c"');
6767

68-
#?niecza 3 skip '==='
69-
ok(not(('a' eq ($b | $c | $a)) === Bool::False), 'junctional comparison doesn not mistakenly return both true and false');
70-
ok(not(('b' eq ($a | $b | $c)) === Bool::False), 'junctional comparison doesn not mistakenly return both true and false');
71-
ok(not(('c' eq ($c | $a | $b)) === Bool::False), 'junctional comparison doesn not mistakenly return both true and false');
7268

7369
# test junction to junction
7470
#?rakudo skip 'nom regression'

0 commit comments

Comments
 (0)