From 6c2ca507b92c5cbe1abc03f5a24e037af5812e57 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 24 Jul 2026 17:04:42 +0900 Subject: internal/rosa/package: byacc Much cleaner than bison and compiles much faster. This should be used whenever possible. 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 0a09ff2f..af5f6530 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 = 467 + const wantInputCount = 473 _, llvm := rosa.Native().Std().MustLoad(rosa.H("llvm")) var n int -- cgit v1.3.1