Updates semantic tests to 0.7.0.

This commit is contained in:
Erik Kundt
2020-01-11 23:11:00 +01:00
parent fe1676203d
commit 729b47e641
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ static char const* registrarCode = R"DELIMITER(
// @authors:
// Gav Wood <g@ethdev.com>
pragma solidity >=0.4.0 <0.7.0;
pragma solidity >=0.4.0 <0.8.0;
abstract contract Registrar {
event Changed(string indexed name);