about summary refs log tree commit diff
path: root/library/alloctests/testing/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/alloctests/testing/mod.rs')
-rw-r--r--library/alloctests/testing/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/alloctests/testing/mod.rs b/library/alloctests/testing/mod.rs
new file mode 100644
index 00000000000..c8457daf93e
--- /dev/null
+++ b/library/alloctests/testing/mod.rs
@@ -0,0 +1,3 @@
+pub(crate) mod crash_test;
+pub(crate) mod ord_chaos;
+pub(crate) mod rng;