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

Alexandre Julliard julliard at winehq.org
Mon Sep 22 07:04:51 CDT 2008


Module: wine
Branch: master
Commit: 60bbae4b40622627a2106a1354322ce00d62e1fe
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=60bbae4b40622627a2106a1354322ce00d62e1fe

Author: Detlef Riekenberg <wine.dev at 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) {




More information about the wine-cvs mailing list