Update tests.

This commit is contained in:
Daniel Kirchner
2022-08-15 16:24:10 +02:00
parent 733b0f63f6
commit a9c21863d4
39 changed files with 55 additions and 55 deletions
@@ -24,7 +24,7 @@ object "D_8" {
{
if callvalue() { revert(_1, _1) }
if slt(add(calldatasize(), not(3)), _1) { revert(_1, _1) }
return(128, _1)
return(_1, _1)
}
}
revert(0, 0)