mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixes failing commandline test.
This commit is contained in:
parent
c569a80fb0
commit
5f3fdc2476
@ -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