Commit 362297c3 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

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

parent a66f08db
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment