compiletest: fix to remove trailing whitespace
This commit is contained in:
parent
f7ef71d491
commit
9d6544667e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ~[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue