Skip to content

Commit 8f45659

Browse files
V31 Gate 1: Align V30 canonical artifact test
Update the demonstration specifying test to expect the promoted V30 canonical input artifact count now that V30 carries the V21-like generated artifact quartet. Proof: node --test --test-force-exit --test-concurrency=1 protocol-demonstration/test/v21-specifying.test.js; node scripts/check-bitcode-canonical-inputs.mjs --current-target V30; pnpm run check:v31-gate1; git diff --check.
1 parent c9b6715 commit 8f45659

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

protocol-demonstration/test/v21-specifying.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function projectLabel(version) {
2020
function expectedActiveCanonicalInputArtifactCount(version) {
2121
const numeric = Number.parseInt(String(version || '').replace(/^V/u, ''), 10);
2222
if (!Number.isInteger(numeric)) return 3;
23+
if (numeric === 30) return 4;
2324
if (numeric >= 27) return 0;
2425
if (numeric === 26) return 22;
2526
if (numeric >= 22) return 3;

0 commit comments

Comments
 (0)