From 9fd97e71d0330d6b6509f28686cf53825bc80941 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 5 Nov 2025 20:13:19 +0900 Subject: treewide: fit test untyped int literals in 32-bit This enables hakurei test suite to run on 32-bit targets. Signed-off-by: Ophestra --- system/xhost_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/xhost_test.go') diff --git a/system/xhost_test.go b/system/xhost_test.go index bcff3a54..759f7536 100644 --- a/system/xhost_test.go +++ b/system/xhost_test.go @@ -42,7 +42,7 @@ func TestXHostOp(t *testing.T) { }) checkOpsBuilder(t, "ChangeHosts", []opsBuilderTestCase{ - {"xhost", 0xcafebabe, func(_ *testing.T, sys *I) { + {"xhost", 0xcafe, func(_ *testing.T, sys *I) { sys.ChangeHosts("chronos") }, []Op{ xhostOp("chronos"), -- cgit v1.3.1