diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-11 21:13:44 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-11 21:13:44 +0900 |
| commit | 3a3d8efb1ed82092637a7df5e0106fbc311cd8fd (patch) | |
| tree | cfdb93ecec8b696d7590f42b864d23ddd1496f74 /internal/rosa/llvm_test.go | |
| parent | cb8c9e4e688345b4f0bb1857f1e2ea0cb8e57cf8 (diff) | |
internal/rosa/package/python: early bootstrap variant
This avoids pulling in python's insane dependency tree into the bootstrap path.
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 5af4265c..ef81d987 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 = 550 + const wantInputCount = 431 _, llvm := rosa.Native().Std().MustLoad(rosa.H("llvm")) var n int |
