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


.08 Star release

Warn does not interrupt code execution:

$ perl6 -e 'warn "foo"; say "alive"'
foo at line 1
alive

But it fails for eval_lives_ok:

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

This test should pass, it "lives ok", isn't it?

Reply via email to