sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 1a7a259cb260200a657eb3a0a6a8b15dbaa0098a
parent 17fc63fa9d47815e7284ef8dc262e2d765fbb310
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sat, 30 Jul 2016 00:01:31 +0200

01-unit.t: remove note which is no longer needed

Diffstat:
Mt/01-unit.t | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/t/01-unit.t b/t/01-unit.t @@ -311,7 +311,6 @@ SKIP: { my @res = map { SBO::Lib::version_cmp(@$_); } [ '1.0', '1.0' ], [ "1.0_$kv", '1.0' ], [ '1.0', "1.0_$kv" ], [ "1.0_$kv", "1.0_$kv" ]; - note "k = $kv"; is ($res[0], 0, "version_cmp(1.0, 1.0) returned 0"); is ($res[1], 0, "version_cmp(1.0_k, 1.0) returned 0"); is ($res[2], 0, "version_cmp(1.0, 1.0_k) returned 0");