Reduce warnings in commandline tests.

This commit is contained in:
chriseth
2020-12-01 16:09:46 +01:00
parent c193ce6c07
commit 577c1d301b
29 changed files with 37 additions and 37 deletions
@@ -2,7 +2,7 @@
"language": "Solidity",
"sources": {
"a.sol": {
"content": "// SPDX-License-Identifier: GPL-3.0\ncontract A { uint256 immutable x = 1 + 3; function f() public pure returns (uint256) { return x; } }"
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0;\ncontract A { uint256 immutable x = 1 + 3; function f() public pure returns (uint256) { return x; } }"
}
},
"settings": {