test: remove package-wide import assumptions
This commit is contained in:
@@ -10,4 +10,4 @@ export fn handler(s: str) str = { return s; };
|
||||
package main;
|
||||
import beta;
|
||||
import gamma;
|
||||
fn main() int = { return beta.usebeta(): int; };
|
||||
fn main() int = { let _ = gamma.handler(""); return beta.usebeta(): int; };
|
||||
|
||||
Reference in New Issue
Block a user