libstd: Long lines
This commit is contained in:
@@ -198,8 +198,8 @@ fn run_tests(opts: test_opts, tests: [test_desc],
|
|||||||
let filtered_tests = filter_tests(opts, tests);
|
let filtered_tests = filter_tests(opts, tests);
|
||||||
callback(te_filtered(filtered_tests));
|
callback(te_filtered(filtered_tests));
|
||||||
|
|
||||||
// It's tempting to just spawn all the tests at once, but since we have many
|
// It's tempting to just spawn all the tests at once, but since we have
|
||||||
// tests that run in other processes we would be making a big mess.
|
// many tests that run in other processes we would be making a big mess.
|
||||||
let concurrency = get_concurrency();
|
let concurrency = get_concurrency();
|
||||||
#debug("using %u test tasks", concurrency);
|
#debug("using %u test tasks", concurrency);
|
||||||
let total = vec::len(filtered_tests);
|
let total = vec::len(filtered_tests);
|
||||||
|
|||||||
Reference in New Issue
Block a user