Update soltest related tests.

This commit is contained in:
Alexander Arlt
2019-11-01 14:54:47 -05:00
parent 54c5e604e5
commit e87924a96e
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ static char const* registrarCode = R"DELIMITER(
pragma solidity >=0.4.0 <0.7.0;
contract Registrar {
abstract contract Registrar {
event Changed(string indexed name);
function owner(string memory _name) public view returns (address o_owner);