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

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: Run "go vet" once in the root dir 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
« no previous file with comments | « perf/go/trybot/trybot.go ('k') | run_unittests » ('j') | run_unittests » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
}
}
}
« no previous file with comments | « perf/go/trybot/trybot.go ('k') | run_unittests » ('j') | run_unittests » ('J')

Powered by Google App Engine
This is Rietveld 408576698