From f72f11e64157dc151fa604c545b29fbaf1424ef0 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Mon, 19 Oct 2020 08:04:08 -0700 Subject: [PATCH] Rebuild --- examples/testing/testing.hash | 4 ++-- public/testing | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/testing/testing.hash b/examples/testing/testing.hash index 3a02134..6dc53a9 100644 --- a/examples/testing/testing.hash +++ b/examples/testing/testing.hash @@ -1,2 +1,2 @@ -8e15d97f54c34ac1546c2ec6589cc1b60ff27f80 -GFuPdlBlyMU +c9ca6b71d9f762b689f1f08a490d8c7f7764fcb3 +vY8PN0c6BSx diff --git a/public/testing b/public/testing index 385028c..673e027 100644 --- a/public/testing +++ b/public/testing @@ -47,7 +47,7 @@ typically lives in the same package as the code it tests.

- +
package main
 
@@ -110,7 +110,7 @@ beginning with Test.

t.Error* will report test failures but continue -executing the test. t.Fail* will report test +executing the test. t.Fatal* will report test failures and stop the test immediately.