Skip to content

Commit 04cea6b

Browse files
committed
Fudge an accidental pass and a regression-with-cause for niecza
1 parent 503fe00 commit 04cea6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

S03-operators/value_equivalence.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ plan 74;
177177
ok (1 !=== "1"), '!=== on values (1 !=== "1")';
178178
}
179179

180+
#?niecza todo '=== on value types'
180181
ok 1|2 === 1, '=== does autothread (1)';
181182
isa_ok 1|2 === 1, Junction, '=== does autothread (2)';
182183

S14-roles/anonymous.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ plan 13;
3636

3737
my $a = 3;
3838
is $a, 3, "basic sanity";
39+
#?niecza todo 'This is being misinterpreted as an initial value'
3940
lives_ok {$a does role_generator("hi")}, "role generating function mixin";
4041
is $a, 3, "still basic sanity";
4142
#?niecza todo 'roles are run once and only capture the protopad'

0 commit comments

Comments
 (0)