test: remove package-wide import assumptions
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user