mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix tests failing due to the develop branch merge
This commit is contained in:
+5
-5
@@ -43,8 +43,8 @@ contract C {
|
||||
pop(calldataload(0))
|
||||
pop(calldatasize())
|
||||
calldatacopy(0, 1, 2)
|
||||
pop(codesize())
|
||||
codecopy(0, 1, 2)
|
||||
//pop(codesize())
|
||||
//codecopy(0, 1, 2)
|
||||
//pop(extcodesize(0))
|
||||
//extcodecopy(0, 1, 2, 3)
|
||||
pop(returndatasize())
|
||||
@@ -85,6 +85,6 @@ contract C {
|
||||
// ====
|
||||
// EVMVersion: >=london
|
||||
// ----
|
||||
// Warning 5740: (94-1755): Unreachable code.
|
||||
// Warning 5740: (1768-1780): Unreachable code.
|
||||
// Warning 5740: (1823-1832): Unreachable code.
|
||||
// Warning 5740: (94-1759): Unreachable code.
|
||||
// Warning 5740: (1772-1784): Unreachable code.
|
||||
// Warning 5740: (1827-1836): Unreachable code.
|
||||
|
||||
Reference in New Issue
Block a user