Skip to content

Commit

Permalink
Mark recently-added iffy test with ticket number
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 14, 2018
1 parent 799efff commit c7615b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S06-traits/misc.t
Expand Up @@ -128,6 +128,8 @@ is_run 「
}, :out<pass>}, 'duplicate traits warn';

# RT #132710
# XXX TODO 6.d REVIEW. Setting traits from multiple multies is undefined
# and this test may need to be moved to rakudo's test suite. See RT#132710
eval-lives-ok
multi infix:<↑> is assoc<right> is tighter(&infix:<**>) { $^n ** $^m }
multi infix:<↑↑> ($, 0) is assoc<right> is tighter(&infix:<↑>) { 1 }
Expand Down

0 comments on commit c7615b3

Please sign in to comment.