Skip to content

Commit f1cb2cc

Browse files
committed
Merge branch 'master' of github.com:/perl6/roast
2 parents 32f5c4d + 64ca263 commit f1cb2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S06-routine-modifiers/lvalue-subroutines.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ sub checklastval ($passwd) is rw {
7878
);
7979
};
8080

81-
my $errors;
81+
#?rakudo skip 'segfaults, probably due to [RT #114134]'
8282
dies_ok {checklastval("octopus") = 10 }, 'checklastval STORE can die';
8383

8484
# Above test may well die for the wrong reason, if the Proxy stuff didn't

0 commit comments

Comments
 (0)