diff --git a/remix-tests/sol/tests_accounts.sol.js b/remix-tests/sol/tests_accounts.sol.js index 2a3cb04024..bab531cc46 100644 --- a/remix-tests/sol/tests_accounts.sol.js +++ b/remix-tests/sol/tests_accounts.sol.js @@ -1,4 +1,4 @@ -module.exports = `pragma solidity ^0.4.7; +module.exports = `pragma solidity ^0.5.0; library TestsAccounts { function getAccount(uint index) returns (address) {