about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-01-19 13:44:07 -0800
committerBrian Anderson <banderson@mozilla.com>2012-01-19 13:44:07 -0800
commit48e916c8fac04244b4706c34d4ab9edbacf4eb68 (patch)
tree78d6196333976ec7a4a3faa5e5decf8ca0a54f4f /src/libstd
parentf15182fffc98c3dc73c04cb3bd1f50e096230f59 (diff)
downloadrust-48e916c8fac04244b4706c34d4ab9edbacf4eb68.tar.gz
rust-48e916c8fac04244b4706c34d4ab9edbacf4eb68.zip
libstd: Long lines
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/test.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/test.rs b/src/libstd/test.rs
index eb86b882718..440ef272ced 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);