Skip to content

Commit d8d63b4

Browse files
committed
Fix fallout of " as " removal
1 parent fde8fcf commit d8d63b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S03-smartmatch/capture-signature.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ is t2([1,2]), "om nom nom", "signature smart-match against array works (2)";
3333

3434
# RT #118581
3535
{
36-
lives-ok { \(1) ~~ :(int $x as Str) },
36+
lives-ok { \(1) ~~ :(Str(int) $x) },
3737
'can match integer capture against signature with native integer coercing to Str';
3838
}
3939

0 commit comments

Comments
 (0)