test: prove declared package import semantics

This commit is contained in:
2026-08-14 03:08:16 +09:00
parent 6efe9b70d4
commit a841278333
11 changed files with 1001 additions and 131 deletions

View File

@@ -203,7 +203,7 @@ fn userow(label: str, apick: str, onecall: str) void = {
let rav: []str = [strings.concat(td, "/main")];
if (runcode(td, strings.concat("run_", drvs[s]), rav) != 0) {
fail(label, strings.concat(drvs[s], " run-exit != 0 (a ",
"file-global first-match hint routes one math.pick() to ",
"cross-file first-match hint routes one math.pick() to ",
"the wrong package -- #40)"));
};
testenv.clean(td);