Skip to content

Commit 94aeb45

Browse files
committed
Fudge tests for sigilless variables for JVM
1 parent 53a062f commit 94aeb45

File tree

1 file changed

+1
-0
lines changed
  • S04-declarations

1 file changed

+1
-0
lines changed

S04-declarations/my.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ eval-lives-ok 'multi f(@a) { }; multi f(*@a) { }; f(my @a = (1, 2, 3))',
341341

342342
# RT #117043
343343
# RT #126626
344+
#?rakudo.jvm skip 'RuntimeException: java.lang.ArrayIndexOutOfBoundsException: -1'
344345
{
345346
my (\x1) = 1;
346347
is x1, 1,

0 commit comments

Comments
 (0)