pragma updated to support 0.8

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent f392e18304
commit 2272e8f485
  1. 2
      libs/remix-tests/sol/tests.sol.ts
  2. 2
      libs/remix-tests/sol/tests_accounts.sol.ts

@ -1,6 +1,6 @@
module.exports = `// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.4.22 <0.8.0;
pragma solidity >=0.4.22 <0.9.0;
library Assert {

@ -1,6 +1,6 @@
module.exports = `// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.4.22 <0.8.0;
pragma solidity >=0.4.22 <0.9.0;
library TestsAccounts {
function getAccount(uint index) public returns (address) {

Loading…
Cancel
Save