mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
msxml3/tests: Check the correct return value.
This commit is contained in:
parent
24a01dfef8
commit
e86063d686
@ -2656,7 +2656,7 @@ if (0)
|
||||
|
||||
/* baseName */
|
||||
str = (BSTR)0xdeadbeef;
|
||||
IXMLDOMComment_get_baseName(node_comment, &str);
|
||||
r = IXMLDOMComment_get_baseName(node_comment, &str);
|
||||
ok(r == S_FALSE, "ret %08x\n", r );
|
||||
ok(str == NULL, "Expected NULL\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user