diff --git a/src/tests/executive.rs b/src/tests/executive.rs index 07f70e72e..b076c2a31 100644 --- a/src/tests/executive.rs +++ b/src/tests/executive.rs @@ -99,8 +99,7 @@ impl<'a> Ext for TestExt<'a> { }); (gas_left, Some(address)) }, - // compiler is wrong... - _other => { unreachable!() } + other => other } }