Commit a4697901 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

jscript/tests: Fix copy paste mistake in JSON test.

parent 35a65559
......@@ -2025,7 +2025,7 @@ ok(isNaN(tmp), "Math.tan(-Infinity) is not NaN");
for(var prop in x) {
if(!x.hasOwnProperty(prop))
continue;
if(!x.hasOwnProperty(prop))
if(!y.hasOwnProperty(prop))
return false;
if(!json_cmp(x[prop], y[prop]))
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment