test: use canonical nested library imports
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
package syntax_test;
|
||||
|
||||
import syntax;
|
||||
import ww.syntax;
|
||||
|
||||
|
||||
fn checknkname(k: nkind, want: str) void = {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
package syntax_test;
|
||||
|
||||
import syntax;
|
||||
import ww.syntax;
|
||||
|
||||
@test fn scope_define_lookup() void = {
|
||||
let s: *scope = newscope(nil);
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
package syntax_test;
|
||||
|
||||
import os;
|
||||
import syntax;
|
||||
import ww.syntax;
|
||||
import temp;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user