Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use unique ticket number for similiar tests
  • Loading branch information
usev6 committed May 9, 2015
1 parent 88920f4 commit 97b0db4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions S02-types/lists.t
Expand Up @@ -103,8 +103,8 @@ plan 32;
}

# Lists as lvalues to swap, this time we use binding instead of assignment
#?rakudo skip 'list binding RT #124494'
#?niecza skip 'Cannot use bind operator with this LHS'
#?rakudo 2 skip 'list binding RT #124494'
#?niecza 2 skip 'Cannot use bind operator with this LHS'
{
my $foo = 42;
my $bar = 23;
Expand All @@ -118,8 +118,6 @@ plan 32;
"the vars didn't lose the readwrite-ness";
}

#?rakudo skip 'list binding RT #124495'
#?niecza skip 'Cannot use bind operator with this LHS'
{
my $foo = 1;
my $bar = 2;
Expand Down

0 comments on commit 97b0db4

Please sign in to comment.