From 2b44493e8a255b40a9809208f5c751ca7c539027 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 7 Jul 2025 20:11:29 +0900 Subject: test/sandbox: guard on testtool tag This tool should not show up when building hakurei normally. Signed-off-by: Ophestra --- test/sandbox/assert.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/sandbox/assert.go') diff --git a/test/sandbox/assert.go b/test/sandbox/assert.go index e00bc5d1..388d2328 100644 --- a/test/sandbox/assert.go +++ b/test/sandbox/assert.go @@ -1,3 +1,5 @@ +//go:build testtool + /* Package sandbox provides utilities for checking sandbox outcome. -- cgit v1.3.1