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

@ -2,9 +2,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(plugin, custom_derive, custom_attributes)]
#![feature(plugin, custom_derive, alloc)]
#![plugin(plugins)]
extern crate util;
extern crate libc;
extern crate geom;
#[cfg(test)] mod cache;