shell32/tests: Fix a typo.
This commit is contained in:
parent
79f36b2a08
commit
2bbb9cb888
|
@ -1714,7 +1714,7 @@ static void test_dde(void)
|
|||
{
|
||||
if (!create_test_association(".sde"))
|
||||
{
|
||||
skip("Unable to create association for '.sfe'\n");
|
||||
skip("Unable to create association for '.sde'\n");
|
||||
return;
|
||||
}
|
||||
create_test_verb_dde(".sde", "Open", 0, test->command, test->ddeexec,
|
||||
|
|
Loading…
Reference in New Issue