fix tests and deuncommented

This commit is contained in:
Nikolay Volf
2016-03-14 10:53:37 +01:00
parent 829ed4d0a6
commit 3eb08b0d61
2 changed files with 2 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ fn test_log_empty(factory: super::Factory) {
assert_eq!(gas_left, U256::from(99_619));
assert_eq!(ext.logs.len(), 1);
assert_eq!(ext.logs[0].topics.len(), 0);
//assert_eq!(ext.logs[0].data, vec![]);
assert!(ext.logs[0].data.is_empty());
}
evm_test!{test_log_sender: test_log_sender_jit, test_log_sender_int}