mem[darwin]: fix printf verb.

This commit is contained in:
Shirou WAKAYAMA 2015-10-14 15:59:10 +09:00
parent 7f6e8da3d0
commit 202a805f46
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}