test: remove package-wide import assumptions

This commit is contained in:
2026-08-14 03:45:02 +09:00
parent a841278333
commit 04d9560d51
74 changed files with 121 additions and 154 deletions

View File

@@ -12,7 +12,7 @@ package modreset_test;
// rejected against import path "e". The unit is fed STRAIGHT to
// w6c/w6c_ww: the natural empty-module dir route trips the separate
// #11 wwi_emit bug first, and the driver cannot locate the phantom
// package e (which is also why the corpus cannot host it -- the
// directive owner e (which is also why the corpus cannot host it -- the
// blanket data byte-id gate drives every non-error fixture through
// `ww build`).
//
@@ -52,7 +52,6 @@ fn runcode(dir: str, name: str, argv: []str) i32 = {
"//ww:module e\n",
"//ww:module-reset\n",
"package main;\n",
"import e;\n",
"export fn main() i32 = { return 42; };\n"));
let scs: str = strings.concat(td, "/cs.s");
let sww: str = strings.concat(td, "/ww.s");