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


The Test module appears to be reporting failure at the wrong line 
number.

Test file - Note the test that will fail is at line 8, the bottom of the 
file:
--cut here--
use v6;

use Test;

plan 2;

ok 1;
ok 0;
--cut here--

Test output - Note 'line 1' should be 'line 8'.
--cut here--
1..2
ok 1 -
not ok 2 -

# Failed test at test.t line 1
# Looks like you failed 1 tests of 2
--cut here--

Reply via email to