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

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-06-22 21:26:35 +03:00 committed by Alexandre Julliard
parent a66f08db46
commit 362297c319

View file

@ -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);
}