]> git.lizzy.rs Git - rust.git/commit
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)
commitdd12c8b46fe0c12f9f9e0215b76e3d3b975acb95
tree55bb9dc3aafc4afb8f0efe943dff871a8c9754ac
parent416e4127e9d220e5168a12308aa6c3274dc5e13a
parentf99658d7c7522a76b4fb7ff0d09b53183c136e79
rollup merge of #24931: jooert/patch-1

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.