This commit is contained in:
Sergey Pepyakin
2017-11-26 00:29:33 +03:00
parent ea980415f6
commit ea6275cc9d
9 changed files with 82 additions and 114 deletions

View File

@ -204,7 +204,7 @@ fn calculate_memory_size(old_size: u32, additional_pages: u32, maximum_size: u32
mod tests {
use super::MemoryInstance;
use interpreter::{Error, DummyUserError};
use interpreter::Error;
use elements::MemoryType;
use std::sync::Arc;