X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Ftesting%2Ftesting.go;h=ed8b3630f104adfd65cee695942d3293cf1e8708;hb=0889b39ff12405c37ce23af5b65263ab4b31899c;hp=a137fae890fac5519a32c51bf8d3497b56a84dee;hpb=5cb0839ee08b765e343ce291f334e5c80b68337d;p=gostls13.git diff --git a/src/testing/testing.go b/src/testing/testing.go index a137fae890..ed8b3630f1 100644 --- a/src/testing/testing.go +++ b/src/testing/testing.go @@ -1104,7 +1104,7 @@ func (c *common) Skipf(format string, args ...any) { } // SkipNow marks the test as having been skipped and stops its execution -// by calling runtime.Goexit. +// by calling [runtime.Goexit]. // If a test fails (see Error, Errorf, Fail) and is then skipped, // it is still considered to have failed. // Execution will continue at the next test or benchmark. See also FailNow.