msvcp120/tests: Fix a typo in ok() message.

Andrey Gusev andrey.goosev at gmail.com
Wed Jun 22 13:28:34 CDT 2016


-------------- next part --------------
From 90d910d349ad098e2a202c26680ec7d71f2770c7 Mon Sep 17 00:00:00 2001
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Wed, 22 Jun 2016 21:26:35 +0300
Subject: [PATCH] msvcp120/tests: Fix a typo in ok() message.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/msvcp120/tests/msvcp120.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp120/tests/msvcp120.c b/dlls/msvcp120/tests/msvcp120.c
index 7c94906..354b2d3 100644
--- a/dlls/msvcp120/tests/msvcp120.c
+++ b/dlls/msvcp120/tests/msvcp120.c
@@ -592,7 +592,7 @@ static void test_xtime_get(void)
         diff = p__Xtime_diff_to_millis2(&after, &before);
 
         ok(diff >= tests[i],
-                "xtime_get() not functioning correctly, test: %d, expect: ge %d, got: %d\n",
+                "xtime_get() not functioning correctly, test: %d, expect: %d, got: %d\n",
                 i, tests[i], diff);
     }
 
-- 
2.5.5



More information about the wine-patches mailing list