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

This commit is contained in:
Detlef Riekenberg 2008-09-19 15:23:12 +02:00 committed by Alexandre Julliard
parent f26c27acc6
commit 60bbae4b40
1 changed files with 1 additions and 1 deletions

View File

@ -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) {