Skip to content

Commit

Permalink
Fix long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Mar 28, 2012
1 parent 3955b3a commit 0622a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compiletest/runtest.rs
Expand Up @@ -287,7 +287,8 @@ type procres = {status: int, stdout: str, stderr: str, cmdline: str};
fn compile_test(config: config, props: test_props,
testfile: str) -> procres {
compose_and_run_compiler(config, props, testfile,
make_compile_args(_, props, [], make_exe_name, _),
make_compile_args(_, props, [],
make_exe_name, _),
none)
}

Expand Down

0 comments on commit 0622a74

Please sign in to comment.