test: Use a mod that exists in view-item-at-top

This commit is contained in:
Brian Anderson 2012-08-14 15:13:47 -07:00
parent b756c36b52
commit ffe74b7a3b

View File

@ -3,7 +3,7 @@ use std;
fn f() {
}
import std::io::println; //~ ERROR view items must be declared at the top
import std::net; //~ ERROR view items must be declared at the top
fn main() {
}