Qian Hong : ntdll/tests: Fixed typo.

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 8 05:21:28 CDT 2015


Module: wine
Branch: master
Commit: ac86cb9ebada03b859ec6040fb829edb6ca41c89
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ac86cb9ebada03b859ec6040fb829edb6ca41c89

Author: Qian Hong <qhong at codeweavers.com>
Date:   Fri May  8 10:46:25 2015 +0800

ntdll/tests: Fixed typo.

---

 dlls/ntdll/tests/om.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/tests/om.c b/dlls/ntdll/tests/om.c
index 2cf59cf..96e1e6e 100644
--- a/dlls/ntdll/tests/om.c
+++ b/dlls/ntdll/tests/om.c
@@ -724,7 +724,7 @@ static void test_query_object(void)
     todo_wine ok( len > sizeof(OBJECT_TYPE_INFORMATION), "unexpected len %u\n", len );
     str = (UNICODE_STRING *)buffer;
     todo_wine ok( len >= sizeof(OBJECT_TYPE_INFORMATION) + str->Length + sizeof(WCHAR), "unexpected len %u\n", len );
-    todo_wine ok( str->Buffer && !memcmp( str->Buffer, type_event, sizeof(type_file) ),
+    todo_wine ok( str->Buffer && !memcmp( str->Buffer, type_event, sizeof(type_event) ),
                   "wrong/bad type name %s (%p)\n", wine_dbgstr_w(str->Buffer), str->Buffer );
 
     len -= sizeof(WCHAR);




More information about the wine-cvs mailing list