We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fb018 commit ff677d8Copy full SHA for ff677d8
hash_test.go
@@ -541,7 +541,7 @@ func (h *stubHash) Reset() {}
541
func (h *stubHash) Size() int { return 0 }
542
func (h *stubHash) BlockSize() int { return 0 }
543
544
-// Helper function for writing. Verifies that Write does not error.Add commentMore actions
+// Helper function for writing. Verifies that Write does not error.
545
func writeToHash(t *testing.T, h hash.Hash, p []byte) {
546
t.Helper()
547
0 commit comments