From db69dcf0be0c1be4e3187027fa4199538013e76d Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 4 Jun 2026 18:37:07 +0900 Subject: internal/pkg: remove tar built-in decompressor This is replaced by decompressArtifact and is no longer necessary. Signed-off-by: Ophestra --- internal/rosa/llvm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/llvm_test.go') diff --git a/internal/rosa/llvm_test.go b/internal/rosa/llvm_test.go index de63cb6b..48adcf20 100644 --- a/internal/rosa/llvm_test.go +++ b/internal/rosa/llvm_test.go @@ -8,7 +8,7 @@ import ( ) func TestLLVMInputs(t *testing.T) { - const wantInputCount = 688 + const wantInputCount = 857 _, llvm := rosa.Native().Std().MustLoad(rosa.H("llvm")) var n int -- cgit v1.3.1