diff options
Diffstat (limited to 'prog/mutation_test.go')
| -rw-r--r-- | prog/mutation_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/prog/mutation_test.go b/prog/mutation_test.go index 14e80a73b..1cd18656e 100644 --- a/prog/mutation_test.go +++ b/prog/mutation_test.go @@ -136,7 +136,6 @@ func TestMutateArgument(t *testing.T) { target := initTargetTest(t, "test", "64") for ti, test := range tests { - test := test t.Run(fmt.Sprint(ti), func(t *testing.T) { t.Parallel() rs, ct, p, goal, err := buildTestContext(test, target) @@ -410,7 +409,6 @@ func runMutationTests(t *testing.T, tests [][2]string, valid bool) { } target := initTargetTest(t, "test", "64") for ti, test := range tests { - test := test t.Run(fmt.Sprint(ti), func(t *testing.T) { t.Parallel() rs, ct, p, goal, err := buildTestContext(test, target) |
