test: Swap the order of two imports in import7 to eliminate another cycle
This commit is contained in:
parent
d8410c7578
commit
9386c2db33
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import bar::baz;
|
||||
import foo::zed;
|
||||
import bar::baz;
|
||||
mod foo {
|
||||
mod zed {
|
||||
fn baz() { #debug("baz"); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue