mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Enable some semantic tests for the IR
This commit is contained in:
parent
eaf7d7daa7
commit
293bb01c56
@ -4,7 +4,7 @@ contract C {
|
|||||||
}
|
}
|
||||||
// ====
|
// ====
|
||||||
// EVMVersion: >=byzantium
|
// EVMVersion: >=byzantium
|
||||||
// compileViaYul: false
|
// compileViaYul: also
|
||||||
// revertStrings: debug
|
// revertStrings: debug
|
||||||
// ----
|
// ----
|
||||||
// t(uint256) -> FAILURE, hex"08c379a0", 0x20, 34, "ABI decoding: tuple data too sho", "rt"
|
// t(uint256) -> FAILURE, hex"08c379a0", 0x20, 34, "ABI decoding: tuple data too sho", "rt"
|
||||||
|
@ -28,6 +28,6 @@ contract C {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ====
|
// ====
|
||||||
// compileViaYul: false
|
// compileViaYul: also
|
||||||
// ----
|
// ----
|
||||||
// f() -> 42, 23, 34, 42, 42
|
// f() -> 42, 23, 34, 42, 42
|
||||||
|
@ -27,6 +27,6 @@ contract C {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ====
|
// ====
|
||||||
// compileViaYul: false
|
// compileViaYul: also
|
||||||
// ----
|
// ----
|
||||||
// f() -> 42, 23, 34, 42, 42
|
// f() -> 42, 23, 34, 42, 42
|
||||||
|
Loading…
Reference in New Issue
Block a user