]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #24931: jooert/patch-1
authorAlex Crichton <alex@alexcrichton.com>
Wed, 29 Apr 2015 22:45:51 +0000 (15:45 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 29 Apr 2015 22:45:51 +0000 (15:45 -0700)
Since #24783, the style guidelines recommend that unit tests should live in a submodule `tests` rather than `test` to not clash with the possible use of libtest. This is especially important for benchmark tests as they require libtest. Fixes #24923.


Trivial merge