Improve unit testing of util::mem.

This commit is contained in:
Nicholas Nethercote 2015-06-10 22:53:31 -07:00
parent c8f322b267
commit ab59a201f8
4 changed files with 84 additions and 3 deletions

View file

@ -1291,6 +1291,7 @@ name = "util_tests"
version = "0.0.1"
dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"util 0.0.1",
]