Skip to content

Commit 89c5ad6

Browse files
committed
compiletest: runtest.rs tidy
1 parent 8b24a96 commit 89c5ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiletest/runtest.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ fn _arm_exec_compiled_test(config: &config, props: &TestProps,
789789
}
790790

791791
// get stdout of result
792-
runargs = ~[];
792+
runargs = ~[];
793793
runargs.push(~"shell");
794794
runargs.push(~"cat");
795795
runargs.push(fmt!("%s/%s.stdout", config.adb_test_dir, prog_short));
@@ -798,7 +798,7 @@ fn _arm_exec_compiled_test(config: &config, props: &TestProps,
798798
procsrv::run("", config.adb_path, runargs, ~[(~"",~"")], Some(~""));
799799

800800
// get stderr of result
801-
runargs = ~[];
801+
runargs = ~[];
802802
runargs.push(~"shell");
803803
runargs.push(~"cat");
804804
runargs.push(fmt!("%s/%s.stderr", config.adb_test_dir, prog_short));

0 commit comments

Comments
 (0)