Fixing ecma_op_abstract_equality_compare.

This commit is contained in:
Ruben Ayrapetyan
2014-10-15 16:49:21 +04:00
parent 4e9958edb5
commit e5b0bb1a0d
+1 -1
View File
@@ -179,7 +179,7 @@ ecma_op_abstract_equality_compare (ecma_value_t x, /**< first operand */
}
else
{
ret_value = ecma_make_simple_completion_value (ECMA_SIMPLE_VALUE_TRUE);
ret_value = ecma_make_simple_completion_value (ECMA_SIMPLE_VALUE_FALSE);
}
return ret_value;