Commit 8335335c authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

msxml3/tests: Fix a failing test on win 8.

parent 25e5daf8
......@@ -1522,7 +1522,7 @@ static void test_get(void)
EXPECT_HR(hr, E_NOTIMPL);
hr = IXMLDOMSchemaCollection2_get(cache, _bstr_("uri"), &node);
EXPECT_HR(hr, E_NOTIMPL);
ok(hr == E_NOTIMPL || hr == E_POINTER /* win8 */, "got %08x\n", hr);
IXMLDOMSchemaCollection2_Release(cache);
......
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