Fix tests from jerry-test-suite.
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
|
||||
var x = "a"
|
||||
var y = 2
|
||||
assert(x == y)
|
||||
assert(!(x == y))
|
||||
Reference in New Issue
Block a user
@@ -14,4 +14,4 @@
|
||||
|
||||
var x = "a"
|
||||
var y = 2
|
||||
assert(x == y)
|
||||
assert(!(x == y))
|
||||