This commit is contained in:
Mark McGranaghan 2020-10-19 08:04:08 -07:00
parent 1e3ec28f70
commit f72f11e641
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
8e15d97f54c34ac1546c2ec6589cc1b60ff27f80
GFuPdlBlyMU
c9ca6b71d9f762b689f1f08a490d8c7f7764fcb3
vY8PN0c6BSx

4
public/testing generated
View File

@ -47,7 +47,7 @@ typically lives in the same package as the code it tests.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/GFuPdlBlyMU"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<a href="http://play.golang.org/p/vY8PN0c6BSx"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div>
@ -110,7 +110,7 @@ beginning with <code>Test</code>.</p>
<tr>
<td class="docs">
<p><code>t.Error*</code> will report test failures but continue
executing the test. <code>t.Fail*</code> will report test
executing the test. <code>t.Fatal*</code> will report test
failures and stop the test immediately.</p>
</td>