diff --git a/dlls/msvcp120/tests/msvcp120.c b/dlls/msvcp120/tests/msvcp120.c index 7c949066a1e..354b2d346c7 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); }