Skip to content

Commit 9d65446

Browse files
committed
compiletest: fix to remove trailing whitespace
1 parent f7ef71d commit 9d65446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiletest/runtest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ fn exec_compiled_test(config: config, props: TestProps,
524524
// execute program
525525
logv(config, fmt!("executing (%s) %s", config.target, cmdline));
526526

527-
// NOTE : adb shell dose not forward to each stdout and stderr of internal result
527+
// NOTE : adb shell dose not forward to each stdout and stderr of internal result
528528
// but forward to stdout only
529529
let mut newargs_out = ~[];
530530
let mut newargs_err = ~[];

0 commit comments

Comments
 (0)