You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have only one assert supported -- assert_eq. While we was working with arithmetics it was enough. But now, when we started work with memory operations, extends, etc, we need reacher set of asserts -- assert_fail, assert_trap, etc.
The text was updated successfully, but these errors were encountered:
Currently we have only one assert supported --
assert_eq
. While we was working with arithmetics it was enough. But now, when we started work with memory operations, extends, etc, we need reacher set of asserts --assert_fail
,assert_trap
, etc.The text was updated successfully, but these errors were encountered: