Add opfunc_equal_value_type and opfunc_not_equal_value_type opcode handlers. Add test.
This commit is contained in:
@@ -12,9 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert((5 == 5) == true);
|
||||
assert((7 != 2) == true);
|
||||
|
||||
assert((7 < 4) == false);
|
||||
assert((7 > 4) == true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user