test: Swap the order of two imports in import7 to eliminate another cycle

This commit is contained in:
Patrick Walton 2012-06-25 15:14:28 -07:00
parent d8410c7578
commit 9386c2db33

View File

@ -1,5 +1,5 @@
import bar::baz;
import foo::zed;
import bar::baz;
mod foo {
mod zed {
fn baz() { #debug("baz"); }