aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/assert_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-07 20:11:29 +0900
committerOphestra <cat@gensokyo.uk>2025-07-07 20:11:29 +0900
commit2b44493e8a255b40a9809208f5c751ca7c539027 (patch)
treebac9737a7a8817e2693fd6d0c0666c308588d2c8 /test/sandbox/assert_test.go
parentc30dd4e630005fa6f2409d3a3c2400d512c52042 (diff)
test/sandbox: guard on testtool tag
This tool should not show up when building hakurei normally. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/assert_test.go')
-rw-r--r--test/sandbox/assert_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sandbox/assert_test.go b/test/sandbox/assert_test.go
index c3fb5800..efeb7cb3 100644
--- a/test/sandbox/assert_test.go
+++ b/test/sandbox/assert_test.go
@@ -1,3 +1,5 @@
+//go:build testtool
+
package sandbox
import (