aboutsummaryrefslogtreecommitdiffstats
path: root/prog/encodingexec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/encodingexec_test.go')
-rw-r--r--prog/encodingexec_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/prog/encodingexec_test.go b/prog/encodingexec_test.go
index f968b6cf2..8687ddb69 100644
--- a/prog/encodingexec_test.go
+++ b/prog/encodingexec_test.go
@@ -655,7 +655,6 @@ test$res1(r0)
}
for i, test := range tests {
- i, test := i, test
t.Run(fmt.Sprintf("%v:%v", i, test.prog), func(t *testing.T) {
p, err := target.Deserialize([]byte(test.prog), Strict)
if err != nil {