pragma updated to support 0.8

pull/856/head^2
aniket-engg 4 years ago committed by Aniket
parent 0ce564c952
commit 185899aec5
  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