test: remove package-wide import assumptions
This commit is contained in:
@@ -77,7 +77,7 @@ fn row(label: str, nfiles: i32) void = {
|
||||
};
|
||||
let mainww: str = strings.concat(td, "/main.ww");
|
||||
testenv.writefile(mainww,
|
||||
"package main;\nimport bigmod;\nfn main() void = {};\n");
|
||||
"package main;\nimport bigmod;\nfn main() i32 = { return bigmod.f000(); };\n");
|
||||
|
||||
let drvs: []str = ["ww", "ww_ww"];
|
||||
let stems: []str = ["X_c", "X_w"];
|
||||
|
||||
Reference in New Issue
Block a user