aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/layout/lib.rs')
-rw-r--r--tests/unit/layout/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/layout/lib.rs b/tests/unit/layout/lib.rs
index 12091f920d6..8313aed46a8 100644
--- a/tests/unit/layout/lib.rs
+++ b/tests/unit/layout/lib.rs
@@ -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;