[PATCH] jscript/tests: Fix a typo in ok()

Detlef Riekenberg wine.dev at web.de
Fri Sep 19 08:23:12 CDT 2008


---
 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 83732a2..dd3a417 100644
--- a/dlls/jscript/tests/lang.js
+++ b/dlls/jscript/tests/lang.js
@@ -617,7 +617,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) {
-- 
1.5.4.3


--=-YmMRojfuNUeiZa6Kr3wl--




More information about the wine-patches mailing list