From 4862372a57ee80af8186cd80f6c9c8f741a45e40 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 8 Nov 2023 11:10:55 +0100 Subject: vm/vm_test.go: allow duplicates These duplicates improve test code readability. It contributes to #4317 unblocking. --- vm/vm_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/vm_test.go b/vm/vm_test.go index 9c190cf50..d01e97310 100644 --- a/vm/vm_test.go +++ b/vm/vm_test.go @@ -92,6 +92,7 @@ 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