From: Andrey Gusev Subject: msvcp120/tests: Fix a typo in ok() message. Message-Id: Date: Wed, 22 Jun 2016 21:28:34 +0300 From 90d910d349ad098e2a202c26680ec7d71f2770c7 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Wed, 22 Jun 2016 21:26:35 +0300 Subject: [PATCH] msvcp120/tests: Fix a typo in ok() message. Signed-off-by: Andrey Gusev --- 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