diff options
Diffstat (limited to 'src/math/rand/default_test.go')
| -rw-r--r-- | src/math/rand/default_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/rand/default_test.go b/src/math/rand/default_test.go index 0ba51b4dbd..25c24244c4 100644 --- a/src/math/rand/default_test.go +++ b/src/math/rand/default_test.go @@ -34,7 +34,6 @@ func TestDefaultRace(t *testing.T) { t.Parallel() for i := 0; i < 6; i++ { - i := i t.Run(strconv.Itoa(i), func(t *testing.T) { t.Parallel() cmd := testenv.Command(t, testenv.Executable(t), "-test.run=^TestDefaultRace$") |
