Remove empty settings.

This commit is contained in:
Daniel Kirchner
2022-05-19 20:23:28 +02:00
parent 58d21f1e9d
commit a2f768d29a
575 changed files with 0 additions and 575 deletions
@@ -8,7 +8,6 @@ contract Test {
function nested() public returns (uint[3][] memory) { stat(); }
function nestedStat() public returns (uint[3][7] memory) { stat(); }
}
// ====
// ----
// stat() -> 0, 0, 0, 0, 0
// dyn() -> 0x20, 0
@@ -24,6 +24,5 @@ contract C {
return x;
}
}
// ====
// ----
// f() -> 0x0500, 0x0500, 0x0a00
@@ -17,7 +17,6 @@ contract C {
return memorySizeAfter - memorySizeBefore;
}
}
// ====
// ----
// withValue() -> 0x00
// withoutValue() -> 0x0280