test: use canonical nested library imports

This commit is contained in:
2026-08-13 02:51:00 +09:00
parent cc6799c3b1
commit 10d24a3237
10 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
package syntax_test;
import syntax;
import ww.syntax;
fn checknkname(k: nkind, want: str) void = {

View File

@@ -9,7 +9,7 @@
package syntax_test;
import syntax;
import ww.syntax;
@test fn scope_define_lookup() void = {
let s: *scope = newscope(nil);

View File

@@ -19,7 +19,7 @@
package syntax_test;
import os;
import syntax;
import ww.syntax;
import temp;