commit | 0622a74c48a708aec28d25964f4e9b4489580bc7 | [log] [tgz] |
---|---|---|
author | Graydon Hoare <graydon@mozilla.com> | Wed Mar 28 15:16:32 2012 -0700 |
committer | Graydon Hoare <graydon@mozilla.com> | Wed Mar 28 15:16:32 2012 -0700 |
tree | 906d9c31b19fcfc1761709a8e4a3ba4a54e83f31 | |
parent | 3955b3a41aa4df8da4c5f0b22d0b72f5586b9851 [diff] |
Fix long line.
diff --git a/src/compiletest/runtest.rs b/src/compiletest/runtest.rs index c139b39..776ba07 100644 --- a/src/compiletest/runtest.rs +++ b/src/compiletest/runtest.rs
@@ -287,7 +287,8 @@ 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) }