Commit 5640da14 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Run script tests in version 2 by default.

parent 43a9faa7
......@@ -108,7 +108,7 @@ static const CHAR test_valA[] = "testVal";
static BOOL strict_dispid_check;
static const char *test_name = "(null)";
static IDispatch *script_disp;
static int invoke_version;
static int invoke_version = 2;
static IActiveScriptError *script_error;
/* Returns true if the user interface is in English. Note that this does not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment