test: prove declared package import semantics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user