remame indeterminism

This commit is contained in:
fro
2017-09-21 12:44:08 +03:00
parent 6aa896e9fe
commit da265f3671
6 changed files with 21 additions and 21 deletions

View File

@ -11,11 +11,11 @@ mod symbols;
mod logger;
mod ext;
mod pack;
mod indeterminism_check;
mod nondeterminism_check;
pub use optimizer::{optimize, Error as OptimizerError};
pub use gas::inject_gas_counter;
pub use logger::init_log;
pub use ext::externalize;
pub use pack::pack_instance;
pub use indeterminism_check::have_indeterminism;
pub use nondeterminism_check::is_deterministic;