We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dd063 commit 64ca263Copy full SHA for 64ca263
S06-routine-modifiers/lvalue-subroutines.t
@@ -78,7 +78,7 @@ sub checklastval ($passwd) is rw {
78
);
79
};
80
81
-my $errors;
+#?rakudo skip 'segfaults, probably due to [RT #114134]'
82
dies_ok {checklastval("octopus") = 10 }, 'checklastval STORE can die';
83
84
# Above test may well die for the wrong reason, if the Proxy stuff didn't
0 commit comments