mem[darwin]: fix printf verb.
This commit is contained in:
parent
7f6e8da3d0
commit
202a805f46
|
@ -61,7 +61,7 @@ func TestParseVmStat(t *testing.T) {
|
|||
}
|
||||
|
||||
if ret.Cached != uint64(128967*4096+449242.*4096) {
|
||||
t.Errorf("Cached pages, actual: %d, expected: %d", ret.Cached,
|
||||
t.Errorf("Cached pages, actual: %d, expected: %f", ret.Cached,
|
||||
128967*4096+449242.*4096)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue