From 51e4426a4f911ec48d0618e2a62c3c7bde57843f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 12 Jul 2026 23:29:38 +0900 Subject: internal/rosa: remove gawk This change fully eliminates gawk. 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 ef81d987..0a09ff2f 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 = 431 + const wantInputCount = 467 _, llvm := rosa.Native().Std().MustLoad(rosa.H("llvm")) var n int -- cgit v1.3.1