aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index eaaa274..8038f75 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -689,7 +689,7 @@ mod stdtests {
ReadBytesExt, WriteBytesExt,
BigEndian, NativeEndian, LittleEndian,
};
- use super::qc_sized;
+ use test::qc_sized;
#[test]
fn big_endian() {
@@ -737,7 +737,7 @@ mod stdtests {
ReadBytesExt, WriteBytesExt,
BigEndian, NativeEndian, LittleEndian,
};
- use super::qc_sized;
+ use test::qc_sized;
#[test]
fn big_endian() {