Commit 0b7882b0 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

msctf/tests: Fix a typo in sink_check_ok().

parent e041039c
......@@ -1901,7 +1901,7 @@ TfEditCookie ec)
ok(SUCCEEDED(hr),"ITfContext_GetSelection failed\n");
ok(fetched == 1,"fetched incorrect\n");
ok(selection.range != NULL,"NULL range\n");
sink_check_ok(&test_ACP_GetSelection,"ACP_GetSepection");
sink_check_ok(&test_ACP_GetSelection,"GetSelection");
ITfRange_Release(selection.range);
test_InsertAtSelection(ec, cxt);
......
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