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) |
} |
} |
} |