summaryrefslogtreecommitdiff
path: root/interpreter/interpreter_test.go
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-11-28 16:34:28 +0100
committerMarc Vertes <mvertes@free.fr>2025-11-28 16:34:28 +0100
commitfbc73922e9853d7e344e388f3fdfedb8fa323682 (patch)
tree17cab9c49babad09906a34f3c16ebb0558c4e948 /interpreter/interpreter_test.go
parent22b020225ae77ca1cf9f9984817df9b7fd1aaa12 (diff)
doc: improve comments, pass lint
Also improve the setup of golangci-lint.
Diffstat (limited to 'interpreter/interpreter_test.go')
-rw-r--r--interpreter/interpreter_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/interpreter/interpreter_test.go b/interpreter/interpreter_test.go
index 71c7dd1..e48efdb 100644
--- a/interpreter/interpreter_test.go
+++ b/interpreter/interpreter_test.go
@@ -42,7 +42,6 @@ func gen(test etest) func(*testing.T) {
func run(t *testing.T, tests []etest) {
for _, test := range tests {
- test := test
t.Run("", gen(test))
}
}