Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0622a74

Browse files
committedMar 28, 2012
Fix long line.
1 parent 3955b3a commit 0622a74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/compiletest/runtest.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ type procres = {status: int, stdout: str, stderr: str, cmdline: str};
287287
fn compile_test(config: config, props: test_props,
288288
testfile: str) -> procres {
289289
compose_and_run_compiler(config, props, testfile,
290-
make_compile_args(_, props, [], make_exe_name, _),
290+
make_compile_args(_, props, [],
291+
make_exe_name, _),
291292
none)
292293
}
293294

0 commit comments

Comments
 (0)
Failed to load comments.