diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-05 20:13:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-05 20:13:19 +0900 |
| commit | 9fd97e71d0330d6b6509f28686cf53825bc80941 (patch) | |
| tree | 35774cbde4c1abd9967a1de98341a732ff3b464f /system/xhost_test.go | |
| parent | fba201c9953a490da914b09e09eaaa697a4b36e1 (diff) | |
treewide: fit test untyped int literals in 32-bit
This enables hakurei test suite to run on 32-bit targets.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'system/xhost_test.go')
| -rw-r--r-- | system/xhost_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |
