aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/llvm_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-24 17:04:42 +0900
committerOphestra <cat@gensokyo.uk>2026-07-24 18:48:20 +0900
commit6c2ca507b92c5cbe1abc03f5a24e037af5812e57 (patch)
treed05d80395939eadbb5ad78a6baa426b3b80b7afb /internal/rosa/llvm_test.go
parent1a8212ee02248c8a75472486f15f88ba3f7bc9b0 (diff)
internal/rosa/package: byacc
Much cleaner than bison and compiles much faster. This should be used whenever possible. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm_test.go')
-rw-r--r--internal/rosa/llvm_test.go2
1 files changed, 1 insertions, 1 deletions
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