result return for optimizer, test correctness

This commit is contained in:
NikVolf
2017-05-09 12:54:16 +03:00
parent e839064802
commit 3255d4be75
3 changed files with 19 additions and 6 deletions

View File

@ -9,7 +9,7 @@ mod symbols;
mod logger;
mod ext;
pub use optimizer::optimize;
pub use optimizer::{optimize, Error as OptimizerError};
pub use gas::inject_gas_counter;
pub use logger::init_log;
pub use ext::externalize;