mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove // compileViaYul: also
This commit is contained in:
@@ -20,6 +20,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// basic() -> true
|
||||
|
||||
@@ -234,7 +234,6 @@ contract test {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// intMinA() -> true
|
||||
// intMinB() -> true
|
||||
|
||||
@@ -7,6 +7,5 @@ contract test {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// run(uint256,uint256,uint256): 0x1000, 0x10000, 0x100000 -> 0x121121
|
||||
|
||||
@@ -5,6 +5,5 @@ contract test {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// run() -> 200
|
||||
|
||||
@@ -233,7 +233,6 @@ contract test {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// uintMinA() -> true
|
||||
// uintMinB() -> true
|
||||
|
||||
Reference in New Issue
Block a user