tests: fix most of the static warnings (#844)

This commit is contained in:
Leo Arias
2018-03-28 13:33:58 -03:00
committed by Francisco Giordano
parent 42787e2a75
commit 82ce197e44
30 changed files with 173 additions and 70 deletions

View File

@ -1,5 +1,6 @@
pragma solidity ^0.4.11;
contract MessageHelper {
event Show(bytes32 b32, uint256 number, string text);