From b9bb703a459b2d04d0b4afe52347946e5c2c4406 Mon Sep 17 00:00:00 2001 From: Noah Treuhaft Date: Thu, 28 May 2026 10:55:05 -0400 Subject: [PATCH] ztest: remove ZTest.Vector field I missed this in #6989. --- ztest/ztest.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ztest/ztest.go b/ztest/ztest.go index ceba91180..eddd61c28 100644 --- a/ztest/ztest.go +++ b/ztest/ztest.go @@ -275,7 +275,6 @@ type ZTest struct { Output string `yaml:"output,omitempty"` OutputFlags string `yaml:"output-flags,omitempty"` Error string `yaml:"error,omitempty"` - Vector bool `yaml:"vector"` // For script-style tests. Script string `yaml:"script,omitempty"`