summaryrefslogtreecommitdiff
path: root/vm1/vm_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm1/vm_test.go')
-rw-r--r--vm1/vm_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm1/vm_test.go b/vm1/vm_test.go
index 1268bba..6a00808 100644
--- a/vm1/vm_test.go
+++ b/vm1/vm_test.go
@@ -25,6 +25,7 @@ func TestVM(t *testing.T) {
func BenchmarkVM(b *testing.B) {
for _, test := range tests {
+ test := test
b.Run("", func(b *testing.B) {
for i := 0; i < b.N; i++ {
b.StopTimer()