rust/src/libtest
Corey Richardson 2eeb4992df test: index shards at 1, not 0
This has no tests because it's near impossible to test -- since TestFn uses
`proc`s, they can not be cloned or tested for equality. The only way to really
test this is making sure that for a given number of shards `a`, sharding from
1 to `a` yields the complete set of tests. But `filter_tests` takes its vector
by value and `proc`s cannot be compared.

[breaking-change]

Closes #10898
2014-05-19 14:27:29 -07:00
..
lib.rs test: index shards at 1, not 0 2014-05-19 14:27:29 -07:00
stats.rs core: Move intrinsic float functionality from std 2014-05-15 23:22:06 -07:00