Fixing tests on breaking branch.

This commit is contained in:
Djordje Mijovic
2020-05-19 17:42:19 +02:00
committed by chriseth
parent 993a7941b1
commit bd64b971b9
9 changed files with 18 additions and 14 deletions
+1 -6
View File
@@ -656,13 +656,8 @@ External (or public) functions have the following members:
Example that shows how to use the members::
<<<<<<< HEAD
pragma solidity >=0.6.4 <0.8.0;
=======
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.6.0 <0.7.0;
// This will report a warning
>>>>>>> origin/develop
pragma solidity >=0.6.4 <0.8.0;
contract Example {
function f() public payable returns (bytes4) {