untodo line number tests
[p5sagit/Function-Parameters.git] / t / lineno-torture.t
index cdbf4fb..34b672d 100644 (file)
@@ -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';