mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove // compileViaYul: also
This commit is contained in:
@@ -17,6 +17,5 @@ contract Derived is Base {
|
||||
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 2
|
||||
|
||||
-1
@@ -22,6 +22,5 @@ contract Derived is Base {
|
||||
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// h() -> 2
|
||||
|
||||
@@ -17,7 +17,6 @@ contract Derived is Base {
|
||||
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g() -> 2
|
||||
// f() -> 2
|
||||
|
||||
-1
@@ -29,6 +29,5 @@ contract Derived is Base {
|
||||
}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// getA() -> 2
|
||||
|
||||
Reference in New Issue
Block a user