compiletest: fix to remove trailing whitespace
This commit is contained in:
parent
f7ef71d491
commit
9d6544667e
|
@ -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…
Reference in New Issue