1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00

Fix import

This commit is contained in:
WangRunji 2018-06-23 22:32:10 +08:00
parent e47f57a12a
commit cd020b97f9

View File

@ -200,10 +200,9 @@ impl From<ElfSectionFlags> for MemoryAttr {
}
}
use super::*;
pub mod test {
pub fn cow() {
use super::*;
use ucore_memory::cow::test::test_with;
test_with(&mut active_table());
}