test: remove package-wide import assumptions
This commit is contained in:
@@ -21,7 +21,6 @@ package getopt_test;
|
||||
import getopt;
|
||||
import io;
|
||||
import memio;
|
||||
import strings;
|
||||
|
||||
fn streq(a: str, b: str) bool = {
|
||||
if (a.len != b.len) { return false; };
|
||||
|
||||
Reference in New Issue
Block a user