diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-12 23:29:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-13 00:10:38 +0900 |
| commit | 51e4426a4f911ec48d0618e2a62c3c7bde57843f (patch) | |
| tree | c810cf549a0a4150cd9ad6c4b2083a8e3c769c80 /internal/rosa/llvm_test.go | |
| parent | 316edeb17b48ae6ab9508f3f98d7babeae79ba7b (diff) | |
internal/rosa: remove gawk
This change fully eliminates gawk.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm_test.go')
| -rw-r--r-- | internal/rosa/llvm_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
