This commit is contained in:
38elements
2017-09-29 18:51:07 +09:00
committed by GitHub
parent ce645ea5e6
commit 109d3a6a56

View File

@@ -231,6 +231,6 @@ func BenchmarkEnd(b *testing.B) {
}
}
if n != 373 {
b.Fatalf("wnat 373, got %d", n)
b.Fatalf("want 373, got %d", n)
}
}