From 0896e60afd21c9c6724fb06c6328bb890c4f911d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 21 Mar 2013 00:43:40 -0500 Subject: a couple aliases --- test/termios.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/termios.rs') diff --git a/test/termios.rs b/test/termios.rs index 3683cee..7552373 100644 --- a/test/termios.rs +++ b/test/termios.rs @@ -2,8 +2,8 @@ extern mod term; fn main () { match os::args()[1] { - ~"echo" => term::ios::echo(true), - ~"noecho" => term::ios::echo(false), + ~"echo" => term::echo(true), + ~"noecho" => term::echo(false), _ => fail!(~"unknown argument"), }; } -- cgit v1.2.3-54-g00ecf