Skip to content

Commit 03211aa

Browse files
committed
Fudge new test for niecza.
1 parent 939d046 commit 03211aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S02-types/catch_type_cast_mismatch.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dies_ok { $ref[0] }, 'Hash !~~ Positional';
2323
$ref = [ 42 ];
2424
isa_ok($ref, Array);
2525
#?pugs skip 'Cannot cast into Hash: VRef'
26+
#?niecza skip "Failure NYI"
2627
ok( $ref<0> ~~ Failure, 'Accessing an array as a hash fails');
2728
}
2829

0 commit comments

Comments
 (0)