1
Fork 0

Fix long line.

This commit is contained in:
Graydon Hoare 2012-03-28 15:16:32 -07:00
parent 3955b3a41a
commit 0622a74c48

View file

@ -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)
}