Remove unneeded panic.

This commit is contained in:
Gav Wood 2016-01-11 19:40:02 +01:00
parent 27f6d6a99c
commit 728883f45e
1 changed files with 0 additions and 3 deletions

View File

@ -559,8 +559,5 @@ mod tests {
let _res = ex.call(&params, &mut substate, &mut []);
println!("res: {:?}", _res);
}
assert!(false);
}
}