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
@@ -16,6 +16,5 @@ contract D is A, B, C {
function f(uint y) internal returns (uint) { x.push(y); return 0; }
}
// ====
// ----
// query() -> 0x20, 7, 4, 2, 6, 1, 3, 5, 7
@@ -24,6 +24,5 @@ contract Test {
}
}
// ====
// ----
// f() -> 0x202
@@ -30,6 +30,5 @@ contract Test {
}
}
// ====
// ----
// f() -> 0x202
@@ -9,6 +9,5 @@ contract C {
function f() public m1(x = 2) m2(y = 3) returns (uint x, uint y) {
}
}
// ====
// ----
// f() -> 2, 3