mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove EWASM backend.
This commit is contained in:
@@ -29,7 +29,6 @@ contract C {
|
||||
assert(size == 0);
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
// f() -> 0
|
||||
// g() -> 0
|
||||
|
||||
@@ -10,6 +10,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
// len() -> 0
|
||||
|
||||
@@ -15,6 +15,5 @@ contract C {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
// f() -> true # This code interprets x as an array length and thus will go out of gas. neither of the two should throw due to out-of-bounds access #
|
||||
|
||||
@@ -32,7 +32,6 @@ contract C {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
// len() -> 0
|
||||
// val() -> 0
|
||||
|
||||
Reference in New Issue
Block a user