Make test suite terminate.

This commit is contained in:
Eric Holk 2012-08-16 16:26:08 -07:00
parent 4e91f299a8
commit 91622d0310

View file

@ -3,6 +3,7 @@
fn main() {
loop unsafe {
io::println("Hello world!");
return ();
}
}