Skip to content

Commit 50818fd

Browse files
committed
Remove is definition from test
We have a better one in the setting
1 parent cfd1b9a commit 50818fd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

t/nqp/084-loop-labels.t

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,3 @@ MAIN_LOOP: while $i < 10 {
9393
nqp::push(@not_skipped, ~$i);
9494
}
9595
is(nqp::join(',', @not_skipped), '1,2,3,5,8,9,10', 'testing next with a loop label');
96-
97-
sub is($a, $b, $text) {
98-
if $a == $b {
99-
ok(1, $text)
100-
}
101-
else {
102-
ok(0, $text);
103-
say("# Expected '$b' bot got '$a'")
104-
}
105-
}

0 commit comments

Comments
 (0)