Guard g10 interpreter fixture coverage
This commit is contained in:
@@ -7974,6 +7974,17 @@
|
||||
].join("\n"),
|
||||
);
|
||||
|
||||
const g10RegressionFiles = [
|
||||
"g10-l1-l10/test.ngc",
|
||||
"g10-l11/test.ngc",
|
||||
"g10-l2-while-active/test.ngc",
|
||||
"g10-l20-while-active/test.ngc",
|
||||
"g10-with-g92/test.ngc",
|
||||
];
|
||||
if (g10RegressionFiles.length !== 5 || new Set(g10RegressionFiles).size !== g10RegressionFiles.length) {
|
||||
throw new Error("browser_interp_g10_fixture_coverage: list drift");
|
||||
}
|
||||
|
||||
const g10L1L10Dir = await writeG10RegressionFiles(interp, "g10-l1-l10", [
|
||||
"test.ngc",
|
||||
"test.tbl",
|
||||
|
||||
Reference in New Issue
Block a user