mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
This commit is contained in:
committed by
chriseth
parent
cb32530b6b
commit
8b7f87eed5
@@ -17,6 +17,7 @@ contract B is A {
|
||||
return A(this).f(m);
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g() -> 23
|
||||
|
||||
@@ -14,5 +14,7 @@ contract Derived is Base {
|
||||
|
||||
contract Final is Derived(4) {}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// m_i() -> 4
|
||||
|
||||
+2
@@ -19,5 +19,7 @@ contract Derived is Base, Base1 {
|
||||
|
||||
contract Final is Derived(4) {}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// m_i() -> 4
|
||||
|
||||
+2
@@ -19,5 +19,7 @@ contract Derived is Base, Base1 {
|
||||
|
||||
contract Final is Derived(4) {}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// m_i() -> 4
|
||||
|
||||
Reference in New Issue
Block a user