From b482fd4abfb2b3765b1791915b31067a0f80fec7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 20 May 2026 08:07:43 +0900 Subject: internal/rosa: remove global handles These no longer serve any purpose. Signed-off-by: Ophestra --- cmd/mbf/info_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cmd/mbf/info_test.go') diff --git a/cmd/mbf/info_test.go b/cmd/mbf/info_test.go index 30658119..80653f20 100644 --- a/cmd/mbf/info_test.go +++ b/cmd/mbf/info_test.go @@ -22,12 +22,12 @@ func TestInfo(t *testing.T) { t.Parallel() _t := rosa.Native().Std() - qemuMeta, _ := _t.Load(rosa.QEMU) - glibMeta, _ := _t.Load(rosa.GLib) - zlibMeta, zlib := _t.Load(rosa.Zlib) - zstdMeta, _ := _t.Load(rosa.Zstd) - hakureiMeta, _ := _t.Load(rosa.Hakurei) - hakureiDistMeta, _ := _t.Load(rosa.HakureiDist) + qemuMeta, _ := _t.Load(rosa.H("qemu")) + glibMeta, _ := _t.Load(rosa.H("glib")) + zlibMeta, zlib := _t.Load(rosa.H("zlib")) + zstdMeta, _ := _t.Load(rosa.H("zstd")) + hakureiMeta, _ := _t.Load(rosa.H("hakurei")) + hakureiDistMeta, _ := _t.Load(rosa.H("hakurei-dist")) testCases := []struct { name string -- cgit v1.3.1