Rebuild
This commit is contained in:
parent
1e3ec28f70
commit
f72f11e641
@ -1,2 +1,2 @@
|
||||
8e15d97f54c34ac1546c2ec6589cc1b60ff27f80
|
||||
GFuPdlBlyMU
|
||||
c9ca6b71d9f762b689f1f08a490d8c7f7764fcb3
|
||||
vY8PN0c6BSx
|
||||
|
4
public/testing
generated
4
public/testing
generated
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user