Merge pull request #10781 from ethereum/new-ir-tests

Enable some semantic tests for the IR
This commit is contained in:
Alex Beregszaszi 2021-01-15 14:48:22 +00:00 committed by GitHub
commit 3e678acd7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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