Detlef Riekenberg : jscript/tests: Fix a typo in ok().
22 Sep
2008
22 Sep
'08
12:04 p.m.
Module: wine Branch: master Commit: 60bbae4b40622627a2106a1354322ce00d62e1fe URL: http://source.winehq.org/git/wine.git/?a=commit;h=60bbae4b40622627a2106a1354... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Fri Sep 19 15:23:12 2008 +0200 jscript/tests: Fix a typo in ok(). --- dlls/jscript/tests/lang.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/jscript/tests/lang.js b/dlls/jscript/tests/lang.js index 2a6e04a..dbe714d 100644 --- a/dlls/jscript/tests/lang.js +++ b/dlls/jscript/tests/lang.js @@ -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) {
6388
Age (days ago)
6388
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard