diff --git a/dlls/jscript/tests/cc.js b/dlls/jscript/tests/cc.js index 6a308b0..4ac008a 100644 --- a/dlls/jscript/tests/cc.js +++ b/dlls/jscript/tests/cc.js @@ -137,6 +137,7 @@ tmp = 1; tmp = tmp * 2 // missing semicolon @else ok(false, "unexpected call") // missing semicolon + this will fail to parse if parser tried to handle it @end ok(tmp == 4, "unexpected return " + tmp);