]> git.lizzy.rs Git - rust.git/commit
Share testing utilities with non-btree test cases
authorStein Somers <git@steinsomers.be>
Fri, 18 Feb 2022 14:21:56 +0000 (15:21 +0100)
committerStein Somers <git@steinsomers.be>
Mon, 2 May 2022 08:07:50 +0000 (10:07 +0200)
commit321247deb31545b41e29f703bf2f2770b6809f38
treee1e69760244e464baccc4e06359d71c905c982e1
parentf6cbc92e2a91cd6018a999ce99a0e4af924c5b59
Share testing utilities with non-btree test cases
12 files changed:
library/alloc/src/collections/btree/map/tests.rs
library/alloc/src/collections/btree/mod.rs
library/alloc/src/collections/btree/set/tests.rs
library/alloc/src/collections/btree/testing/crash_test.rs [deleted file]
library/alloc/src/collections/btree/testing/mod.rs [deleted file]
library/alloc/src/collections/btree/testing/ord_chaos.rs [deleted file]
library/alloc/src/collections/btree/testing/rng.rs [deleted file]
library/alloc/src/lib.rs
library/alloc/src/testing/crash_test.rs [new file with mode: 0644]
library/alloc/src/testing/mod.rs [new file with mode: 0644]
library/alloc/src/testing/ord_chaos.rs [new file with mode: 0644]
library/alloc/src/testing/rng.rs [new file with mode: 0644]