From 5cdbe12ef7ec1ee2d99c5430924aab23c0fea503 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 2 Jan 2026 15:15:21 +0100 Subject: all: remove unused nolint directives --- vm/vm_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'vm/vm_test.go') diff --git a/vm/vm_test.go b/vm/vm_test.go index 23e3f2c7d..860254dab 100644 --- a/vm/vm_test.go +++ b/vm/vm_test.go @@ -105,7 +105,6 @@ type Test struct { Report *report.Report } -// nolint: goconst // "DIAGNOSE\n", "BUG: bad\n" and "other output\n" var tests = []*Test{ { Name: "program-exits-normally", -- cgit mrf-deployment