]> git.lizzy.rs Git - rust.git/commitdiff
libstd: Long lines
authorBrian Anderson <banderson@mozilla.com>
Thu, 19 Jan 2012 21:44:07 +0000 (13:44 -0800)
committerBrian Anderson <banderson@mozilla.com>
Thu, 19 Jan 2012 21:44:07 +0000 (13:44 -0800)
src/libstd/test.rs

index eb86b882718d8633aa97ea89643ebf1f0273b2ba..440ef272cedc452ac72aef720bf26d6cf4873abc 100644 (file)
@@ -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);