diff options
| author | Young-il Choi <duddlf.choi@samsung.com> | 2013-05-01 19:18:57 +0900 |
|---|---|---|
| committer | Young-il Choi <duddlf.choi@samsung.com> | 2013-05-01 19:18:57 +0900 |
| commit | 9d6544667e09259e0a4ccab72e0bd1687102f2c8 (patch) | |
| tree | da5783ccdeff86ab03a896c1cca3d8b4951c71a6 /src/compiletest | |
| parent | f7ef71d491fe432eab3c3c9d2ee80a6678ebb952 (diff) | |
| download | rust-9d6544667e09259e0a4ccab72e0bd1687102f2c8.tar.gz rust-9d6544667e09259e0a4ccab72e0bd1687102f2c8.zip | |
compiletest: fix to remove trailing whitespace
Diffstat (limited to 'src/compiletest')
| -rw-r--r-- | src/compiletest/runtest.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiletest/runtest.rs b/src/compiletest/runtest.rs index 4b07835163c..ad128f4529c 100644 --- a/src/compiletest/runtest.rs +++ b/src/compiletest/runtest.rs @@ -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 = ~[]; |
