Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(847)

Unified Diff: perf/go/vec/vec_test.go

Issue 777413002: Add new tests to presubmit, fix errors (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: "go vet" Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: perf/go/vec/vec_test.go
diff --git a/perf/go/vec/vec_test.go b/perf/go/vec/vec_test.go
index 5c21f0293137a5322454bb5543d486182ff9ce7b..690edba7f2e3d453e176a3183b12e572c172249d 100644
--- a/perf/go/vec/vec_test.go
+++ b/perf/go/vec/vec_test.go
@@ -115,7 +115,7 @@ func TestFillAtErrors(t *testing.T) {
for _, tc := range testCases {
_, err := FillAt(tc.Slice, tc.Idx)
if err == nil {
- t.Fatalf("Expected %q to fail FillAt.", tc)
+ t.Fatalf("Expected \"%v\" to fail FillAt.", tc)
}
}
}

Powered by Google App Engine
This is Rietveld 408576698