From ac6e86cefe51f4f0ec22d2d7d6966d02ea53ce7e Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Sun, 28 Jun 2026 12:20:28 +0900 Subject: [PATCH] test: ratchet LANGBYTEID floor 151->152 after #9 arr-struct-subtail-frame pin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5e436b6..cc3b24ac 100644 --- a/Makefile +++ b/Makefile @@ -2769,7 +2769,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 = 151 +LANGBYTEID_EXPECTED_MIN = 152 $(if $(LANGBYTEID_FILES),,$(error test-lang-byteid: empty corpus)) test-lang-byteid: all @set -e; \