Guard final m98m99 staging paths

This commit is contained in:
2026-06-13 06:46:00 +08:00
parent 1e72dc150e
commit 25d90efda6
3 changed files with 107 additions and 0 deletions

View File

@@ -3022,6 +3022,17 @@ const m98m99OExpressionCallPath = writeInterpRegressionFile(
"m98m99/14-o-expression-call",
"test.ngc",
);
assert.deepEqual(
[
m98m99NamedProgramNamedPath,
m98m99NamedProgramNumberedPath,
m98m99OExpressionCallPath,
],
m98m99RegressionFiles
.slice(21, 24)
.map((file) => `/work/interp/m98m99/${file}`),
"interp m98m99 final direct-file staging manifest drift",
);
const m98m99OExpressionCallRun = runWithCapturedPrints(() =>
interp.runFile(m98m99OExpressionCallPath),
);