From 4cb697af875694d029447774dc4b12b1afabc2c5 Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Wed, 24 Jun 2026 22:59:46 +0900 Subject: [PATCH] test: ratchet LANGBYTEID floor 113->124 after Fam13 migration (#5-C6) Fam13 added 11 new byte-id @test files (12 migrated minus the one _runonly). Ratchet the minimum so a future drop is caught. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b31f188d..87afd144 100644 --- a/Makefile +++ b/Makefile @@ -2845,7 +2845,7 @@ test-lang: all LANGBYTEID_DIR = $(OUT)/langbyteid LANGBYTEID_FILES = $(filter-out %_runonly_test.ww,$(wildcard test/lang/*_test.ww)) LANGBYTEID_VERB = test -c -LANGBYTEID_EXPECTED_MIN = 113 +LANGBYTEID_EXPECTED_MIN = 124 $(if $(LANGBYTEID_FILES),,$(error test-lang-byteid: empty corpus)) test-lang-byteid: all @set -e; \