From: Lukas Mai Date: Sun, 17 Jun 2012 01:10:04 +0000 (+0200) Subject: untodo line number tests X-Git-Tag: v0.05_01~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=f15a08195b9686dd4b91a1f70bd24aa7582f4962 untodo line number tests --- diff --git a/t/lineno-torture.t b/t/lineno-torture.t index cdbf4fb..34b672d 100644 --- a/t/lineno-torture.t +++ b/t/lineno-torture.t @@ -146,8 +146,8 @@ sub { }->(sub { my $n = shift; is $n, 2, '1 + 1 = 2' }, 1, 1); -TODO: { - local $TODO = 'line numbers all fucked up'; +{ + #local $TODO = 'line numbers all fucked up'; fun ($r, $a, $b) { test_loc 'LX torture begin'; diff --git a/t/lineno.t b/t/lineno.t index dabddf5..578570d 100644 --- a/t/lineno.t +++ b/t/lineno.t @@ -48,8 +48,8 @@ fun () { test_loc 'LX -- 3'; -TODO: { - local $TODO = 'expressions break line numbers???'; +{ + #local $TODO = 'expressions break line numbers???'; 0 , fun { @@ -60,8 +60,8 @@ TODO: { test_loc 'LX -- 4'; } -TODO: { - local $TODO = 'newlines in prototype/attributes'; +{ + #local $TODO = 'newlines in prototype/attributes'; fun wtf :(