diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-07-30 00:01:31 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-07-30 00:01:31 +0200 |
commit | 1a7a259cb260200a657eb3a0a6a8b15dbaa0098a (patch) | |
tree | 9e7df33f555f306a70fad1ae2d36e961eb665913 /t | |
parent | 17fc63fa9d47815e7284ef8dc262e2d765fbb310 (diff) | |
download | sbotools2-1a7a259cb260200a657eb3a0a6a8b15dbaa0098a.tar.xz |
01-unit.t: remove note which is no longer needed
Diffstat (limited to 't')
-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"); |