File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
05-max-warnings/contracts Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity >= 0.8.0 ;
2+ pragma solidity >= 0.8.24 ;
33
44contract Foo {
55 uint256 public constant test1 = 1 ;
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity >= 0.8.0 ;
2+ pragma solidity >= 0.8.24 ;
33
44contract Foo {
55 uint256 public constant TEST1 = 1 ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const foo1Output = [
33 line : 2 ,
44 column : 1 ,
55 severity : 'Error' ,
6- message : 'Compiler version >=0.6.0 does not satisfy the ^0.8.0 semver requirement' ,
6+ message : 'Compiler version >=0.6.0 does not satisfy the ^0.8.24 semver requirement' ,
77 ruleId : 'compiler-version' ,
88 fix : null ,
99 filePath : 'contracts/Foo.sol' ,
You can’t perform that action at this time.
0 commit comments