Hi,

I found on io/layers.t a little bug testing number of layers:


    my $n = scalar @$expected;                                              
    is($n, scalar @$expected, "$id - layers == $n");
                  
                  ^^^^^^^^^^
It should be compared with $result instead of $expected

Cheers,
Ignasi Roca Carri�

Reply via email to