mem[darwin]: fix printf verb.

pull/96/head
Shirou WAKAYAMA 10 years ago
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…
Cancel
Save