diff options
-rwxr-xr-x | t/01-unit.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/01-unit.t b/t/01-unit.t index f3ee6b6..0e0cd1a 100755 --- 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"); |