aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_test.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2026-01-02 15:15:21 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-02 15:27:58 +0000
commit5cdbe12ef7ec1ee2d99c5430924aab23c0fea503 (patch)
tree58f2b79f952a7feaa507eb015eab4a1eb253ab70 /vm/vm_test.go
parenta10c0112aec1525f7ca5f74716fc5f0552e2d05e (diff)
all: remove unused nolint directives
Diffstat (limited to 'vm/vm_test.go')
-rw-r--r--vm/vm_test.go1
1 files changed, 0 insertions, 1 deletions
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",