mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove EWASM backend.
This commit is contained in:
@@ -19,7 +19,5 @@ contract Test {
|
||||
new C();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// f() -> FAILURE, hex"4e487b71", 0x51
|
||||
|
||||
-2
@@ -19,7 +19,5 @@ contract Test {
|
||||
new C();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// f() -> FAILURE, hex"4e487b71", 0x51
|
||||
|
||||
@@ -35,7 +35,5 @@ contract InvalidTest {
|
||||
x++;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// run() -> FAILURE, hex"4e487b71", 0x51
|
||||
|
||||
@@ -14,8 +14,6 @@ contract InvalidTest {
|
||||
storedFn();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// f() -> FAILURE, hex"4e487b71", 0x51
|
||||
// f() -> FAILURE, hex"4e487b71", 0x51
|
||||
|
||||
-1
@@ -13,6 +13,5 @@ contract Test {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: true
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// f() -> true
|
||||
|
||||
Reference in New Issue
Block a user