Fix long line.

This commit is contained in:
Graydon Hoare
2012-03-28 15:16:32 -07:00
parent 3955b3a41a
commit 0622a74c48
+2 -1
View File
@@ -287,7 +287,8 @@ fn check_expected_errors(expected_errors: [errors::expected_error],
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)
}