Fix long line.
This commit is contained in:
parent
3955b3a41a
commit
0622a74c48
1 changed files with 2 additions and 1 deletions
|
@ -287,7 +287,8 @@ type procres = {status: int, stdout: str, stderr: str, cmdline: str};
|
||||||
fn compile_test(config: config, props: test_props,
|
fn compile_test(config: config, props: test_props,
|
||||||
testfile: str) -> procres {
|
testfile: str) -> procres {
|
||||||
compose_and_run_compiler(config, props, testfile,
|
compose_and_run_compiler(config, props, testfile,
|
||||||
make_compile_args(_, props, [], make_exe_name, _),
|
make_compile_args(_, props, [],
|
||||||
|
make_exe_name, _),
|
||||||
none)
|
none)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue