mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove // compileViaYul: also
This commit is contained in:
@@ -12,6 +12,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() ->
|
||||
|
||||
@@ -9,7 +9,6 @@ contract Test {
|
||||
function nestedStat() public returns (uint[3][7] memory) { stat(); }
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// stat() -> 0, 0, 0, 0, 0
|
||||
// dyn() -> 0x20, 0
|
||||
|
||||
@@ -25,6 +25,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 0x0500, 0x0500, 0x0a00
|
||||
|
||||
@@ -18,7 +18,6 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// withValue() -> 0x00
|
||||
// withoutValue() -> 0x0280
|
||||
|
||||
@@ -19,7 +19,6 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// withValue() -> 0x00
|
||||
// withoutValue() -> 0x60
|
||||
|
||||
Reference in New Issue
Block a user