Update tests.

This commit is contained in:
Alexander Arlt
2019-11-01 14:54:47 -05:00
parent 793b906e05
commit cd3ad73b5a
109 changed files with 349 additions and 213 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ Yes::
pragma solidity >=0.4.0 <0.7.0;
contract A {
abstract contract A {
function spam() public pure;
function ham() public pure;
}