Skip to content

Commit feed69b

Browse files
argentpapamatheusaaguiar
authored andcommitted
Update calling_nonexisting_contract.sol
1 parent db53ca5 commit feed69b

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)