Commit 50215415 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3dxof/tests: Fix an unknown spelling error in the shader tests.

parent 304bbbea
......@@ -536,7 +536,7 @@ static void test_CreateEnumObject(void)
ok(*((WORD*)pdata) == 3, "Retrieved data is wrong (%u instead of 3)\n", *((WORD*)pdata));
/* Try to get not existing member (szMember == "unknown") */
hr = IDirectXFileData_GetData(lpdxfd, "unknow", &size, (void**)&pdata);
hr = IDirectXFileData_GetData(lpdxfd, "unknown", &size, (void**)&pdata);
ok(hr == DXFILEERR_BADDATAREFERENCE, "IDirectXFileData_GetData: %x\n", hr);
ref = IDirectXFileEnumObject_Release(lpdxfeo);
......
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