mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7735 from ethereum/cmdline-test-fix
Fix CLI test on 060
This commit is contained in:
commit
234513d0a4
@ -1,5 +1,7 @@
|
||||
require_overload/input.sol:4:9: Error: No matching declaration found after argument-dependent lookup.
|
||||
require(this);
|
||||
^-----^
|
||||
Candidate: function require(bool)
|
||||
Candidate: function require(bool, string memory)
|
||||
Error: No matching declaration found after argument-dependent lookup.
|
||||
--> require_overload/input.sol:4:9:
|
||||
|
|
||||
4 | require(this);
|
||||
| ^^^^^^^
|
||||
Note: Candidate: function require(bool)
|
||||
Note: Candidate: function require(bool, string memory)
|
||||
|
Loading…
Reference in New Issue
Block a user