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 629b80d commit 2de2765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S03-operators/reduce-le1arg.t
Expand Up @@ -17,9 +17,9 @@ is ([+&] ()), +^0, "[+&] () eq +^0";
ok( !([+<] ()).defined, "[+<] () should fail");
ok( !([+>] ()).defined, "[+>] () should fail");
ok( !([~&] ()).defined, "[~&] () should fail");
#?rakudo skip "~< NYI RT #124550"
#?rakudo skip "~< NYI RT #124531"
ok( !([~<] ()).defined, "[~<] () should fail");
#?rakudo skip "~> NYI RT #124551"
#?rakudo skip "~> NYI RT #124531"
ok( !([~>] ()).defined, "[~>] () should fail");
is ([+] ()), 0, "[+] () eq 0";
is ([-] ()), 0, "[-] () eq 0";
Expand Down

0 comments on commit 2de2765

Please sign in to comment.