diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-10 13:20:55 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-10 13:26:38 +0900 |
| commit | df0bb877db8daa9e2a24cc76f1890e7ffea414ef (patch) | |
| tree | eda13bfba38d67948f78c0a857df7701b135a81e /internal/rosa/llvm_test.go | |
| parent | f333b8fbd677ac3ab18c96897e23b6eda19d6a53 (diff) | |
internal/rosa: export etc native artifact
This is useful for external container tooling.
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 48adcf20..40f31903 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 = 857 + const wantInputCount = 553 _, llvm := rosa.Native().Std().MustLoad(rosa.H("llvm")) var n int |
