Fix tests from jerry-test-suite.
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(((new Number(1) - 1 !== 0) || (1 - new Number(1) !== 0)))
|
||||
assert(!(((new Number(1) - 1 !== 0) || (1 - new Number(1) !== 0))))
|
||||
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(Number.MIN_VALUE + -Number.MIN_VALUE !== +0)
|
||||
assert(!(Number.MIN_VALUE + -Number.MIN_VALUE !== +0))
|
||||
Reference in New Issue
Block a user