Remove memoryguard calls from command line test expectations.

This commit is contained in:
Daniel Kirchner
2020-10-15 16:25:15 +02:00
parent 82876fd00e
commit 2e984a3651
15 changed files with 50 additions and 53 deletions
@@ -8,7 +8,7 @@
object \"C_10\" {
code {
mstore(64, memoryguard(128))
mstore(64, 128)
if callvalue() { revert(0, 0) }
constructor_C_10()
@@ -24,7 +24,7 @@ object \"C_10\" {
}
object \"C_10_deployed\" {
code {
mstore(64, memoryguard(128))
mstore(64, 128)
if iszero(lt(calldatasize(), 4))
{