From 0622a74c48a708aec28d25964f4e9b4489580bc7 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 28 Mar 2012 15:16:32 -0700 Subject: Fix long line. --- src/compiletest/runtest.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiletest/runtest.rs b/src/compiletest/runtest.rs index c139b39bc14..776ba074c12 100644 --- a/src/compiletest/runtest.rs +++ b/src/compiletest/runtest.rs @@ -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) } -- cgit v1.2.3-70-g09d2