From 48e916c8fac04244b4706c34d4ab9edbacf4eb68 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 19 Jan 2012 13:44:07 -0800 Subject: [PATCH] libstd: Long lines --- src/libstd/test.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libstd/test.rs b/src/libstd/test.rs index eb86b882718d..440ef272cedc 100644 --- a/src/libstd/test.rs +++ b/src/libstd/test.rs @@ -198,8 +198,8 @@ fn run_tests(opts: test_opts, tests: [test_desc], let filtered_tests = filter_tests(opts, tests); callback(te_filtered(filtered_tests)); - // It's tempting to just spawn all the tests at once, but since we have many - // tests that run in other processes we would be making a big mess. + // It's tempting to just spawn all the tests at once, but since we have + // many tests that run in other processes we would be making a big mess. let concurrency = get_concurrency(); #debug("using %u test tasks", concurrency); let total = vec::len(filtered_tests);