mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fixing a test from internal test suite.
This commit is contained in:
parent
b7df625666
commit
9bafe2a2ae
@ -13,4 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
var x = 1;
|
||||
assert((x - 1 !== 0) || (1 - x !== 0))
|
||||
assert(!((x - 1 !== 0) || (1 - x !== 0)))
|
||||
|
||||
@ -20,4 +20,4 @@ object = {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
assert((object - 1 !== 0) || (1 - object !== 0))
|
||||
assert(!((object - 1 !== 0) || (1 - object !== 0)));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user