Auto merge of #6346 - nnethercote:improve-mem-unit-testing, r=Manishearth

r? @Manishearth

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6346)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-12 04:08:53 -06:00
commit b9d53a2950
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",
]