msvcp120/tests: A spelling fix and rewording for an msvcp120 ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
879d4bffeb
commit
8c0c34b491
|
@ -1359,7 +1359,7 @@ static void test_tr2_sys__Last_write_time(void)
|
||||||
newtime = last_write_time + 123456789;
|
newtime = last_write_time + 123456789;
|
||||||
p_tr2_sys__Last_write_time_set("tr2_test_dir/f1", newtime);
|
p_tr2_sys__Last_write_time_set("tr2_test_dir/f1", newtime);
|
||||||
todo_wine ok(last_write_time == p_tr2_sys__Last_write_time("tr2_test_dir/f1"),
|
todo_wine ok(last_write_time == p_tr2_sys__Last_write_time("tr2_test_dir/f1"),
|
||||||
"last_write_time before modfied should not equal to last_write_time %s\n",
|
"last_write_time should have changed: %s\n",
|
||||||
debugstr_longlong(last_write_time));
|
debugstr_longlong(last_write_time));
|
||||||
|
|
||||||
errno = 0xdeadbeef;
|
errno = 0xdeadbeef;
|
||||||
|
|
Loading…
Reference in New Issue