Fatal -> Fatalf

Change-Id: I8930950b89eb1dc99c1567a0ae9cb3ef848ce67f
This commit is contained in:
tnt 2014-09-04 00:43:57 +02:00
parent 2acf13c702
commit aad1a492f1
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ func TestReaderForeachChunk(t *testing.T) {
return nil
})
if err != nil {
t.Fatal("ForeachChunk = %v", err)
t.Fatalf("ForeachChunk = %v", err)
}
if back.Len() != fileSize {
t.Fatalf("Read file is %d bytes; want %d", back.Len(), fileSize)