Skip to content

Commit 0c28f4a

Browse files
Merge pull request #15897 from argentpapa/develop
Update calling_nonexisting_contract.sol
2 parents da51fe4 + feed69b commit 0c28f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/libsolidity/semanticTests/functionCall/eof/calling_nonexisting_contract.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contract C {
88

99
function f() public returns (uint256) {
1010
// This call throws on legacy bytecode because of calling nonexisting contract. Legacy checks that there is
11-
// a non-empty code under under an address. EOF doesn't do it because non-observability assumption
11+
// a non-empty code under an address. EOF doesn't do it because non-observability assumption
1212
d.g();
1313
return 7;
1414
}

0 commit comments

Comments
 (0)