fix test
Vladimir Bauer
9 years ago
| 56 | 56 |
}
|
| 57 | 57 |
}
|
| 58 | 58 |
|
| 59 | |
func newTestState(total, current int64) state {
|
| 60 | |
return state{
|
|
59 |
func newTestState(total, current int64) *state {
|
|
60 |
return &state{
|
| 61 | 61 |
format: formatRunes{'[', '=', '>', '-', ']'},
|
| 62 | 62 |
total: total,
|
| 63 | 63 |
current: current,
|