mshtml/tests: Update disabled test comment.

This commit is contained in:
Austin English 2011-02-17 19:07:19 -08:00 committed by Alexandre Julliard
parent d23b088818
commit d1442ace43
1 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@ static void test_res_protocol(void)
if (0)
{
/* Crashes on win9x */
/* Crashes on windows */
size = 0xdeadbeef;
buf[0] = '?';
hres = IInternetProtocolInfo_ParseUrl(protocol_info, NULL, PARSE_DOMAIN, 0, buf,
@ -688,7 +688,7 @@ static void test_about_protocol(void)
if (0)
{
/* Crashes on win9x */
/* Crashes on windows */
size = 0xdeadbeef;
buf[0] = '?';
hres = IInternetProtocolInfo_ParseUrl(protocol_info, NULL, PARSE_DOMAIN, 0, buf,