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:
parent
e47f57a12a
commit
cd020b97f9
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user