Fix tests from jerry-test-suite.

This commit is contained in:
Ilmir Usmanov
2014-10-16 18:03:35 +04:00
parent 2637911b3e
commit 2a5cbe5975
30 changed files with 35 additions and 31 deletions
@@ -15,4 +15,4 @@
var x = Object("abc")
var y = Object("abc")
b = x, c = y
assert(c == b)
assert(!(c == b))