*: Tiny cleanup (#1145)

Fix typo
This commit is contained in:
Shen Li
2016-04-23 10:27:13 +08:00
parent 3b25069f84
commit bbffc220ed
10 changed files with 10 additions and 9 deletions

View File

@ -34,7 +34,7 @@ func TestString(t *testing.T) {
b = append(b, "abc"...)
if a != "aello world" {
t.Fatal(a)
t.Fatalf("a:%v, b:%v", a, b)
}
}