Enable some semantic tests for the IR

This commit is contained in:
Alex Beregszaszi 2021-01-15 14:10:19 +00:00
parent eaf7d7daa7
commit 293bb01c56
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ contract C {
}
// ====
// EVMVersion: >=byzantium
// compileViaYul: false
// compileViaYul: also
// revertStrings: debug
// ----
// t(uint256) -> FAILURE, hex"08c379a0", 0x20, 34, "ABI decoding: tuple data too sho", "rt"

View File

@ -28,6 +28,6 @@ contract C {
}
// ====
// compileViaYul: false
// compileViaYul: also
// ----
// f() -> 42, 23, 34, 42, 42

View File

@ -27,6 +27,6 @@ contract C {
}
// ====
// compileViaYul: false
// compileViaYul: also
// ----
// f() -> 42, 23, 34, 42, 42