mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
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:
parent
a66f08db46
commit
362297c319
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user