Skip to content

Commit 0c93c21

Browse files
committed
niecza autounfudge
1 parent f1da377 commit 0c93c21

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

S02-types/infinity.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ plan 13;
4141

4242
ok truncate(Inf) ~~ Inf, 'truncate(Inf) ~~ Inf';
4343
#?rakudo 3 todo 'Int conversion of NaN and Inf'
44-
#?niecza 3 todo
4544
ok NaN.Int === NaN, 'Inf.Int === Int';
4645
ok Inf.Int === Inf, 'Inf.Int === Int';
4746
ok (-Inf).Int === (-Inf), 'Inf.Int === Int';
4847

4948
# RT #70730
50-
#?niecza todo
5149
{
5250
ok ( rand * Inf ) === Inf, 'multiply rand by Inf without maximum recursion depth exceeded';
5351
}

S02-types/subset.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ dies_ok { my Digit $x = 3.1 },
5757
'can create subset of hash';
5858

5959
subset Person of Hash where { .keys.sort ~~ <firstname lastname> }
60-
#?niecza todo
6160
lives_ok { my Person $p = { :firstname<Alpha>, :lastname<Bravo> } },
6261
'can create subset of hash with where';
6362
dies_ok { my Person $p = { :first<Charlie>, :last<Delta> } },

0 commit comments

Comments
 (0)