This commit is contained in:
Nikolay Volf 2016-02-09 19:47:14 +03:00
parent 5767931df6
commit 1603b2bf64

View File

@ -357,6 +357,8 @@ mod tests {
#[test] #[test]
fn can_call_fail() { fn can_call_fail() {
let setup = TestSetup::new(); let setup = TestSetup::new();
let state = setup.state.reference_mut();
let ext = Externalities::new(state, &setup.env_info, &*setup.engine, 0, get_test_origin(), &mut setup.sub_state, OutputPolicy::InitContract);
} }
} }