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
@@ -11,6 +11,5 @@ contract D {
return test();
}
}
// ====
// ----
// f() -> true
@@ -16,7 +16,6 @@ contract C {
return fu();
}
}
// ====
// ----
// library: L
// f() -> 7, 8
@@ -11,7 +11,6 @@ contract D {
return test();
}
}
// ====
// ----
// f() -> 2
// gas legacy: 101626
@@ -11,6 +11,5 @@ contract C {
function fun(uint[] calldata _x, uint[] storage _y) view returns (uint, uint[] calldata) {
return (_y[0], _x);
}
// ====
// ----
// f(uint256,uint256[]): 7, 0x40, 3, 8, 9, 10 -> 7, 9