aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2016-10-03 13:33:55 -0400
committerRuss Cox <rsc@golang.org>2016-10-03 17:34:27 +0000
commit508b508cdf14a82bee0c8aa0547eb22b36822079 (patch)
tree24e8ef5c362fc17d39e655a1edacfafb8ff684d4 /content
parent6c33548145a2cb09655024f34e6d9a68f5ff972e (diff)
content/subtests: fix date
Change-Id: I8697175cc59480425d8b192d121a7683b70c1b30 Reviewed-on: https://go-review.googlesource.com/30139 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'content')
1 files changed, 1 insertions, 1 deletions
diff --git a/content/subtests.article b/content/subtests.article
index 039ff74..7edbc78 100644
--- a/content/subtests.article
+++ b/content/subtests.article
@@ -1,5 +1,5 @@
Using Subtests and Sub-benchmarks
-23 Aug 2016
+03 Oct 2016
Tags: testing, hierarchy, table-driven, subtests, sub-benchmarks
Marcel van Lohuizen