mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add size_of_test crate
This commit is contained in:
parent
1afc89e944
commit
cf2ae86373
6 changed files with 46 additions and 30 deletions
|
@ -5,6 +5,7 @@
|
|||
extern crate atomic_refcell;
|
||||
extern crate layout;
|
||||
extern crate script_layout_interface;
|
||||
#[macro_use] extern crate size_of_test;
|
||||
|
||||
#[cfg(test)] mod align_of;
|
||||
#[cfg(all(test, target_pointer_width = "64"))] mod size_of;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue