Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
gasleft_panic -> gasleft_fail rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lexfrl committed Aug 21, 2018
1 parent ec051a2 commit 04417f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/wasm/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ fn gasleft() {
// This test should fail because
// ext.schedule.wasm.as_mut().unwrap().have_gasleft = false;
#[test]
fn gasleft_panic() {
fn gasleft_fail() {
::ethcore_logger::init_log();

let mut params = ActionParams::default();
Expand Down

0 comments on commit 04417f8

Please sign in to comment.