Fix fallout in tests

This commit is contained in:
Jeffrey Seyfried 2016-03-03 02:32:55 +00:00
parent 6f16c5c81f
commit 09af5036da
3 changed files with 3 additions and 4 deletions

View file

@ -29,6 +29,4 @@ mod bleh {
}
}
fn main() {
bleh::S.f();
}
fn main() {}