Skip to content

Commit

Permalink
convert "nom regression" to RT
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Feb 26, 2014
1 parent 41aae23 commit 4c480e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/comparison.t
Expand Up @@ -61,7 +61,7 @@ is("a\0" cmp "a", Order::More, 'a\0 cmp a is more');
ok $a != 4, '$a != 4';
nok $a != 3, 'not true that $a != 3';

#?rakudo 4 todo 'nom regression'
#?rakudo 4 todo 'RT #121326'
lives_ok { $a < 5 }, '$a < 5 lives okay';
lives_ok { $a <= 5 }, '$a <= 5 lives okay';
lives_ok { $a > 5 }, '$a > 5 lives okay';
Expand Down

0 comments on commit 4c480e8

Please sign in to comment.