Removed "compileToEwasm: also" option from 4 tests cases

This commit is contained in:
hrkrshnn 2020-11-25 08:06:33 +01:00
parent f01cd3f38f
commit 52c8fcc67b
4 changed files with 0 additions and 4 deletions

View File

@ -14,7 +14,6 @@ contract A {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// test() -> false
// testIt() -> FAILURE, hex"4e487b71", 0x32

View File

@ -23,7 +23,6 @@ contract test {
// ====
// compileViaYul: also
// compileToEwasm: also
// EVMVersion: >=byzantium
// ----
// getChoiceExp(uint256): 2 -> 2

View File

@ -18,6 +18,5 @@ contract C {
// ====
// EVMVersion: >=byzantium
// compileViaYul: also
// compileToEwasm: also
// ----
// test() -> FAILURE, hex"4e487b71", 33 # should throw #

View File

@ -22,7 +22,6 @@ contract C {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// f(uint256,uint256): 1823621, 12323 -> FAILURE
// f2(uint256,uint256,uint256,uint256): 18723921, 1823621, 123, 12323 -> FAILURE