From: Francis De Brabandere francisdb@gmail.com
--- dlls/vbscript/tests/run.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/vbscript/tests/run.c b/dlls/vbscript/tests/run.c index 3d2ad2a6e7b..89c73d51fdb 100644 --- a/dlls/vbscript/tests/run.c +++ b/dlls/vbscript/tests/run.c @@ -2767,12 +2767,12 @@ static void test_parse_errors(void) 2, 1 }, { - /* redim of sub on windows fails with + /* redim of sub on windows fails with compilation error: Name redefined - TODO how can we validate that this code throws a "compilation error: Name redefined"? - TODO this code fails even without the compile.c redim collision check??? - but somehow the commented part in lang.vbs would not fail??? - */ + TODO how can we validate that this code throws a "compilation error: Name redefined"? + TODO this code fails even without the compile.c redim collision check??? + but somehow the commented part in lang.vbs would not fail??? + */ "sub redimSub\n" "end sub\n" L"redim redimSub(3)\n",