diff --git a/src/test/run-pass/hello.rs b/src/test/run-pass/hello.rs index 5f61c554992..5b0664f400b 100644 --- a/src/test/run-pass/hello.rs +++ b/src/test/run-pass/hello.rs @@ -1,5 +1,5 @@ - - - // -*- rust -*- -fn main() { debug!("hello, world."); } + +fn main() { + io::println("hello, world"); +}