oleaut32/tests: Fix copy/paste typo in test output

Nikolay Sivov bunglehead at gmail.com
Thu Jan 8 03:02:28 CST 2009


Changelog:
   - Fix copy/paste typo in test output

>From 135ddad2c4b55228b2b4397bb5a86e2392a55096 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Thu, 8 Jan 2009 12:00:00 +0300
Subject:  Fix copy/paste typo in test output

---
 dlls/oleaut32/tests/vartype.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/oleaut32/tests/vartype.c b/dlls/oleaut32/tests/vartype.c
index e2db519..6e3136d 100644
--- a/dlls/oleaut32/tests/vartype.c
+++ b/dlls/oleaut32/tests/vartype.c
@@ -5060,7 +5060,7 @@ static void test_SysStringByteLen(void)
   BSTR str = GetBSTR(&bstr);
 
   bstr.dwLen = 0;
-  ok (SysStringByteLen(str) == 0, "Expected dwLen 0, got %d\n", SysStringLen(str));
+  ok (SysStringByteLen(str) == 0, "Expected dwLen 0, got %d\n", SysStringByteLen(str));
   bstr.dwLen = 2;
   ok (SysStringByteLen(str) == 2, "Expected dwLen 2, got %d\n", SysStringByteLen(str));
 }
-- 
1.5.6.5






More information about the wine-patches mailing list