Commit 60bbae4b authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

jscript/tests: Fix a typo in ok().

parent f26c27ac
......@@ -633,7 +633,7 @@ do {
ok(tmp === 0, "tmp !=== 0");
tmp++;
} while(false);
ok(tmp === 1, "tmp !== 4");
ok(tmp === 1, "tmp !== 1");
tmp = 0;
while(tmp < 4) {
......
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