about summary refs log tree commit diff
path: root/library/core/tests/ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/tests/ops.rs')
-rw-r--r--library/core/tests/ops.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/core/tests/ops.rs b/library/core/tests/ops.rs
index 53e5539fad9..aa79dbac8f3 100644
--- a/library/core/tests/ops.rs
+++ b/library/core/tests/ops.rs
@@ -1,3 +1,5 @@
+mod control_flow;
+
 use core::ops::{Bound, Range, RangeFrom, RangeFull, RangeInclusive, RangeTo, RangeToInclusive};
 use core::ops::{Deref, DerefMut};