Commit 0b4f2d4
committed
Fix test_compression: actually set negative values before asserting
The negative-value loop was missing the assignment, so it asserted
against the stale value (9) left by the previous loop. Also remove
a Ruby 1.8 workaround comment.1 parent 3e95cfa commit 0b4f2d4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments