Skip to content

Commit

Permalink
Use unique ticket number for similiar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed May 8, 2015
1 parent 692d7be commit 9d53706
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S03-operators/assign.t
Expand Up @@ -532,7 +532,7 @@ my @p;
}

# XXX: The following tests assume autoconvertion between "a" and buf8 type
#?rakudo skip "Two terms in a row RT #124531"
#?rakudo 2 skip "~< and ~> NYI RT #124531"
#?niecza skip "Buffer bitops NYI"
{
my $x = "a";
Expand All @@ -542,7 +542,6 @@ my @p;
is(@p[1],9, "~<= operator parses as item assignment 2");
}

#?rakudo skip "expects a term, found infix >= instead RT #124532"
#?niecza skip "Buffer bitops NYI"
{
my $x = "aa";
Expand Down

0 comments on commit 9d53706

Please sign in to comment.