compiletest: fix to remove trailing whitespace

This commit is contained in:
Young-il Choi 2013-05-01 19:18:57 +09:00
parent f7ef71d491
commit 9d6544667e
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ fn exec_compiled_test(config: config, props: TestProps,
// execute program
logv(config, fmt!("executing (%s) %s", config.target, cmdline));
// NOTE : adb shell dose not forward to each stdout and stderr of internal result
// NOTE : adb shell dose not forward to each stdout and stderr of internal result
// but forward to stdout only
let mut newargs_out = ~[];
let mut newargs_err = ~[];