about summary refs log tree commit diff
path: root/src/compiletest
diff options
context:
space:
mode:
authorYoung-il Choi <duddlf.choi@samsung.com>2013-05-01 19:18:57 +0900
committerYoung-il Choi <duddlf.choi@samsung.com>2013-05-01 19:18:57 +0900
commit9d6544667e09259e0a4ccab72e0bd1687102f2c8 (patch)
treeda5783ccdeff86ab03a896c1cca3d8b4951c71a6 /src/compiletest
parentf7ef71d491fe432eab3c3c9d2ee80a6678ebb952 (diff)
downloadrust-9d6544667e09259e0a4ccab72e0bd1687102f2c8.tar.gz
rust-9d6544667e09259e0a4ccab72e0bd1687102f2c8.zip
compiletest: fix to remove trailing whitespace
Diffstat (limited to 'src/compiletest')
-rw-r--r--src/compiletest/runtest.rs2
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 = ~[];