mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove empty settings.
This commit is contained in:
@@ -19,7 +19,6 @@ contract D {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 1
|
||||
// gas irOptimized: 77051
|
||||
|
||||
-1
@@ -21,7 +21,6 @@ contract B {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// g() -> 42
|
||||
// gas irOptimized: 80813
|
||||
|
||||
@@ -17,6 +17,5 @@ contract B is A {
|
||||
return A(this).f(m);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// g() -> 23
|
||||
|
||||
-1
@@ -21,7 +21,6 @@ contract B {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// g() -> 42
|
||||
// gas irOptimized: 101944
|
||||
|
||||
@@ -15,6 +15,5 @@ contract B {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// g() -> 1
|
||||
|
||||
@@ -18,7 +18,6 @@ contract A {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// g(int256): -1 -> -1
|
||||
// gas legacy: 103494
|
||||
|
||||
@@ -14,6 +14,5 @@ contract Derived is Base {
|
||||
|
||||
contract Final is Derived(4) {}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// m_i() -> 4
|
||||
|
||||
@@ -19,6 +19,5 @@ contract Derived is Base, Base1 {
|
||||
|
||||
contract Final is Derived(4) {}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// m_i() -> 4
|
||||
|
||||
-1
@@ -19,6 +19,5 @@ contract Derived is Base, Base1 {
|
||||
|
||||
contract Final is Derived(4) {}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// m_i() -> 4
|
||||
|
||||
@@ -38,7 +38,6 @@ contract Main {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// constructor(), 22 wei ->
|
||||
// gas irOptimized: 277680
|
||||
|
||||
Reference in New Issue
Block a user