Commit d1442ace authored by Austin English's avatar Austin English Committed by Alexandre Julliard

mshtml/tests: Update disabled test comment.

parent d23b0888
......@@ -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,
......
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