mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove // compileViaYul: also
This commit is contained in:
@@ -36,7 +36,6 @@ contract Child is Base {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// x() -> 0
|
||||
// y() -> 0
|
||||
|
||||
@@ -20,7 +20,6 @@ contract Child is Base {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// x() -> 0
|
||||
// y() -> 0
|
||||
|
||||
@@ -11,6 +11,5 @@ contract Child is Base {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g(uint256): 4 -> 8
|
||||
|
||||
@@ -24,7 +24,6 @@ contract Child is Base {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g(uint256): 4 -> 12
|
||||
// h(uint256): 4 -> 16
|
||||
|
||||
@@ -27,7 +27,6 @@ contract Child is Base {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g(uint256): 4 -> 8
|
||||
// k(uint256): 4 -> 16
|
||||
|
||||
@@ -11,6 +11,5 @@ contract Child is Base {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g(uint256): 4 -> 8
|
||||
|
||||
@@ -16,6 +16,5 @@ contract C is V
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// b() -> 42
|
||||
|
||||
-1
@@ -17,6 +17,5 @@ contract B is A, I {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 42
|
||||
|
||||
-1
@@ -17,6 +17,5 @@ contract B is A, I {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 42
|
||||
|
||||
Reference in New Issue
Block a user