summaryrefslogtreecommitdiffstats
path: root/third_party/rust/getrandom/tests
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/getrandom/tests')
-rw-r--r--third_party/rust/getrandom/tests/rdrand.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/rust/getrandom/tests/rdrand.rs b/third_party/rust/getrandom/tests/rdrand.rs
index 25678683f3..a355c31ee8 100644
--- a/third_party/rust/getrandom/tests/rdrand.rs
+++ b/third_party/rust/getrandom/tests/rdrand.rs
@@ -6,6 +6,8 @@
use getrandom::Error;
#[macro_use]
extern crate cfg_if;
+#[path = "../src/lazy.rs"]
+mod lazy;
#[path = "../src/rdrand.rs"]
mod rdrand;
#[path = "../src/util.rs"]