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 1134425 commit aec3488Copy full SHA for aec3488
src/testing/testing.go
@@ -1088,7 +1088,7 @@ func (c *common) flushPartial() {
1088
// Output returns a Writer that writes to the same test output stream as TB.Log.
1089
// The output is indented like TB.Log lines, but Output does not
1090
// add source locations or newlines. The output is internally line
1091
-// buffered, and a call to log or the end of the test will implicitly
+// buffered, and a call to TB.Log or the end of the test will implicitly
1092
// flush the buffer, followed by a newline. After a test function and all its
1093
// parents return, neither Output nor the Write method may be called.
1094
func (c *common) Output() io.Writer {
0 commit comments