Skip to content

Commit 44f355a

Browse files
committed
Fix overly specific test
As noted in this comment: https://rt.perl.org/Ticket/Display.html?id=125964#txn-1512874 On master the test was changed in 172b50b
1 parent 5f15d04 commit 44f355a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S02-types/range.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ lives-ok({"\0".."~"}, "low ascii range completes");
312312
{
313313
for 0,1 -> $i {
314314
throws-like { (^10).bounds[$i] = 1 }, X::Assignment::RO,
315-
typename => / ^ 'Int' | 'value' $ /,
316315
"is Range.bounds[$i] ro";
317316
}
318317
}

0 commit comments

Comments
 (0)