# New Ticket Created by  Paweł Pabian 
# Please include the string:  [perl #77650]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77650 >


[12:21] <bbkr> rakudo: use Test; eval_lives_ok '1<&1'
[12:21] <p6eval> rakudo 27d54d: OUTPUT«Use of uninitialized value in numeric 
context␤ok 1 - ␤»

The "Use of uninitialized value in numeric context" warning should not be 
emited o STDERR, compare it to the case:

$ perl6 -e 'use Test; eval_lives_ok "die 1"'
not ok 1 -

(no STDERR output is "leaking through" eval_lives_ok, not eval_lives_ok itself 
emits one).

Reply via email to