mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Improve unit testing of util::mem.
This commit is contained in:
parent
c8f322b267
commit
ab59a201f8
4 changed files with 84 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue