From 9d6544667e09259e0a4ccab72e0bd1687102f2c8 Mon Sep 17 00:00:00 2001 From: Young-il Choi Date: Wed, 1 May 2013 19:18:57 +0900 Subject: [PATCH] compiletest: fix to remove trailing whitespace --- src/compiletest/runtest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ~[];