From 01c0291711e8e3a79c0acba0505cd9a759cce84b Mon Sep 17 00:00:00 2001 From: Aaron Sheah Date: Sat, 22 May 2021 22:09:06 +0100 Subject: [PATCH] Resolves #46024: doc about 'shuffle' testing flag --- doc/go1.17.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.17.html b/doc/go1.17.html index 27ef524286..a1118cf50a 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -659,7 +659,7 @@ Do not send CLs removing the interior tags from such phrases.
testing

- TODO: https://golang.org/cl/310033: add -shuffle=off|on|N to alter the execution order of tests and benchmarks + Added a new testing flag -shuffle which alters the execution order of tests and benchmarks.